#537042

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

Shades of Fern Green #537042

Tints of Fern Green #537042

Color information

#537042 (or 0x537042) is unknown color: approx Fern Green. HEX triplet: 53, 70 and 42. RGB value is (83,112,66). Sum of RGB (Red+Green+Blue) = 83+112+66=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #537042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537042 is #AC8FBD. Grayscale: #626262. Windows color (decimal): -11308990 or 4354131. OLE color: 4354131.

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

Color convert

RGB8311266-
CMYK0.2600.410.56
HSL97.83º25.84%34.9%-
HSV(B)97.83º41.07%43.92%-
XYZ10.3413.827.28-
YUV98.08109.89117.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 66 (26.17% from 255) = 25.29%
R=31.80%
G=42.91%
B=25.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112660.2600.410.5697.8325.8434.9
Hex5370421A02938621a23
Octal12316010232051701423243
Binary101001111100001000010110100101001111000110001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537042; }

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

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

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

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

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

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

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

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