#537D44

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

Shades of Fern Green #537D44

Tints of Fern Green #537D44

Color information

#537D44 (or 0x537D44) is unknown color: approx Fern Green. HEX triplet: 53, 7D and 44. RGB value is (83,125,68). Sum of RGB (Red+Green+Blue) = 83+125+68=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #537D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D44 is #AC82BB. Grayscale: #6A6A6A. Windows color (decimal): -11305660 or 4488531. OLE color: 4488531.

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

Color convert

RGB8312568-
CMYK0.3400.460.51
HSL104.21º29.53%37.84%-
HSV(B)104.21º45.6%49.02%-
XYZ11.9416.928.11-
YUV105.94106.59111.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 125 (49.22% from 255) = 45.29%
BLUE value IS 68 (26.95% from 255) = 24.64%
R=30.07%
G=45.29%
B=24.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83125680.3400.460.51104.2129.5337.84
Hex537D442202E33681e26
Octal12317510442056631503646
Binary1010011111110110001001000100101110110011110100011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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