#537E40

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

Shades of Fern Green #537E40

Tints of Fern Green #537E40

Color information

#537E40 (or 0x537E40) is unknown color: approx Fern Green. HEX triplet: 53, 7E and 40. RGB value is (83,126,64). Sum of RGB (Red+Green+Blue) = 83+126+64=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #537E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537E40 is #AC81BF. Grayscale: #6A6A6A. Windows color (decimal): -11305408 or 4226643. OLE color: 4226643.

HSL color Cylindrical-coordinate representation of color #537E40: hue angle of 101.61º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #537E40 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB8312664-
CMYK0.3400.490.51
HSL101.61º32.63%37.25%-
HSV(B)101.61º49.21%49.41%-
XYZ11.9517.137.53-
YUV106.08104.25111.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 126 (49.61% from 255) = 46.15%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=30.40%
G=46.15%
B=23.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83126640.3400.490.51101.6132.6337.25
Hex537E402203133662125
Octal12317610042061631464145
Binary10100111111110100000010001001100011100111100110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537E40; }

 p { color: rgb(83,126,64); }

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

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

 a { background-color: rgb(83,126,64); }

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

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

 span { border-color: rgb(83,126,64); }

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