#538C44

Color #538C44 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #538C44

Tints of Fern Green #538C44

Color information

#538C44 (or 0x538C44) is unknown color: approx Fern Green. HEX triplet: 53, 8C and 44. RGB value is (83,140,68). Sum of RGB (Red+Green+Blue) = 83+140+68=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #538C44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538C44 is #AC73BB. Grayscale: #727272. Windows color (decimal): -11301820 or 4492371. OLE color: 4492371.

HSL color Cylindrical-coordinate representation of color #538C44: hue angle of 107.5º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #538C44 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB8314068-
CMYK0.4100.510.45
HSL107.5º34.62%40.78%-
HSV(B)107.5º51.43%54.9%-
XYZ13.9921.018.79-
YUV114.75101.62105.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 140 (55.08% from 255) = 48.11%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=28.52%
G=48.11%
B=23.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83140680.4100.510.45107.534.6240.78
Hex538C44290332D6c2329
Octal12321410451063551544351
Binary101001110001100100010010100101100111011011101100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538C44; }

 p { color: rgb(83,140,68); }

 H1.HeaderClassName
 {
   color: #538C44;
 }
 .AnyTagClassName
 {
   color: #538C44;
 }
</style>
background-color css

<style>
 a { background-color: #538C44; }

 a { background-color: rgb(83,140,68); }

 div.DivClassName
 {
   background-color: #538C44;
 }
 .BgClassName
 {
   background-color: #538C44;
 }
</style>
border-color css

<style>
 span { border-color: #538C44; }

 span { border-color: rgb(83,140,68); }

 td.TdClassName
 {
   border-color: #538C44;
 }
 .TagClassName
 {
   border-color: #538C44;
 }
</style>