#537D3C

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

Shades of Fern Green #537D3C

Tints of Fern Green #537D3C

Color information

#537D3C (or 0x537D3C) is unknown color: approx Fern Green. HEX triplet: 53, 7D and 3C. RGB value is (83,125,60). Sum of RGB (Red+Green+Blue) = 83+125+60=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #537D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D3C is #AC82C3. Grayscale: #696969. Windows color (decimal): -11305668 or 3964243. OLE color: 3964243.

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

Color convert

RGB8312560-
CMYK0.3400.520.51
HSL98.77º35.14%36.27%-
HSV(B)98.77º52%49.02%-
XYZ11.7216.836.91-
YUV105.03102.59112.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 125 (49.22% from 255) = 46.64%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=30.97%
G=46.64%
B=22.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83125600.3400.520.5198.7735.1436.27
Hex537D3C2203433632324
Octal1231757442064631434344
Binary1010011111110111110010001001101001100111100011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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