#537047

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

Shades of Fern Green #537047

Tints of Fern Green #537047

Color information

#537047 (or 0x537047) is unknown color: approx Fern Green. HEX triplet: 53, 70 and 47. RGB value is (83,112,71). Sum of RGB (Red+Green+Blue) = 83+112+71=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #537047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537047 is #AC8FB8. Grayscale: #626262. Windows color (decimal): -11308985 or 4681811. OLE color: 4681811.

HSL color Cylindrical-coordinate representation of color #537047: hue angle of 102.44º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537047 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB8311271-
CMYK0.2600.370.56
HSL102.44º22.4%35.88%-
HSV(B)102.44º36.61%43.92%-
XYZ10.513.888.09-
YUV98.66112.39116.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=31.20%
G=42.11%
B=26.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112710.2600.370.56102.4422.435.88
Hex5370471A02538661624
Octal12316010732045701462644
Binary101001111100001000111110100100101111000110011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537047; }

 p { color: rgb(83,112,71); }

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

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

 a { background-color: rgb(83,112,71); }

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

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

 span { border-color: rgb(83,112,71); }

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