#537D42

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

Shades of Fern Green #537D42

Tints of Fern Green #537D42

Color information

#537D42 (or 0x537D42) is unknown color: approx Fern Green. HEX triplet: 53, 7D and 42. RGB value is (83,125,66). Sum of RGB (Red+Green+Blue) = 83+125+66=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #537D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D42 is #AC82BD. Grayscale: #696969. Windows color (decimal): -11305662 or 4357459. OLE color: 4357459.

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

Color convert

RGB8312566-
CMYK0.3400.470.51
HSL102.71º30.89%37.45%-
HSV(B)102.71º47.2%49.02%-
XYZ11.8816.97.79-
YUV105.72105.59111.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 125 (49.22% from 255) = 45.62%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=30.29%
G=45.62%
B=24.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83125660.3400.470.51102.7130.8937.45
Hex537D422202F33671f25
Octal12317510242057631473745
Binary1010011111110110000101000100101111110011110011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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