#537D47

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

Shades of Fern Green #537D47

Tints of Fern Green #537D47

Color information

#537D47 (or 0x537D47) is unknown color: approx Fern Green. HEX triplet: 53, 7D and 47. RGB value is (83,125,71). Sum of RGB (Red+Green+Blue) = 83+125+71=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #537D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D47 is #AC82B8. Grayscale: #6A6A6A. Windows color (decimal): -11305657 or 4685139. OLE color: 4685139.

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

Color convert

RGB8312571-
CMYK0.3400.430.51
HSL106.67º27.55%38.43%-
HSV(B)106.67º43.2%49.02%-
XYZ12.0416.968.6-
YUV106.29108.09111.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 125 (49.22% from 255) = 44.80%
BLUE value IS 71 (28.12% from 255) = 25.45%
R=29.75%
G=44.80%
B=25.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83125710.3400.430.51106.6727.5538.43
Hex537D472202B336b1c26
Octal12317510742053631533446
Binary1010011111110110001111000100101011110011110101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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