#537D36

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

Shades of Fern Green #537D36

Tints of Fern Green #537D36

Color information

#537D36 (or 0x537D36) is unknown color: approx Fern Green. HEX triplet: 53, 7D and 36. RGB value is (83,125,54). Sum of RGB (Red+Green+Blue) = 83+125+54=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 125 - color contains mainly: green. Hex color #537D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D36 is #AC82C9. Grayscale: #686868. Windows color (decimal): -11305674 or 3571027. OLE color: 3571027.

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

Color convert

RGB8312554-
CMYK0.3400.570.51
HSL95.49º39.66%35.1%-
HSV(B)95.49º56.8%49.02%-
XYZ11.5716.776.12-
YUV104.3599.59112.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 125 (49.22% from 255) = 47.71%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=31.68%
G=47.71%
B=20.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83125540.3400.570.5195.4939.6635.1
Hex537D3622039335f2823
Octal1231756642071631375043
Binary1010011111110111011010001001110011100111011111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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