#537542

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

Shades of Fern Green #537542

Tints of Fern Green #537542

Color information

#537542 (or 0x537542) is unknown color: approx Fern Green. HEX triplet: 53, 75 and 42. RGB value is (83,117,66). Sum of RGB (Red+Green+Blue) = 83+117+66=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #537542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537542 is #AC8ABD. Grayscale: #656565. Windows color (decimal): -11307710 or 4355411. OLE color: 4355411.

HSL color Cylindrical-coordinate representation of color #537542: hue angle of 100º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #537542 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB8311766-
CMYK0.2900.440.54
HSL100º27.87%35.88%-
HSV(B)100º43.59%45.88%-
XYZ10.9114.957.47-
YUV101.02108.24115.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=31.20%
G=43.98%
B=24.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83117660.2900.440.5410027.8735.88
Hex5375421D02C36641c24
Octal12316510235054661443444
Binary101001111101011000010111010101100110110110010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537542; }

 p { color: rgb(83,117,66); }

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

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

 a { background-color: rgb(83,117,66); }

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

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

 span { border-color: rgb(83,117,66); }

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