#537D4A

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

Shades of Fern Green #537D4A

Tints of Fern Green #537D4A

Color information

#537D4A (or 0x537D4A) is unknown color: approx Fern Green. HEX triplet: 53, 7D and 4A. RGB value is (83,125,74). Sum of RGB (Red+Green+Blue) = 83+125+74=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 125 - color contains mainly: green. Hex color #537D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D4A is #AC82B5. Grayscale: #6A6A6A. Windows color (decimal): -11305654 or 4881747. OLE color: 4881747.

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

Color convert

RGB8312574-
CMYK0.3400.410.51
HSL109.41º25.63%39.02%-
HSV(B)109.41º40.8%49.02%-
XYZ12.14179.12-
YUV106.63109.59111.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 125 (49.22% from 255) = 44.33%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=29.43%
G=44.33%
B=26.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83125740.3400.410.51109.4125.6339.02
Hex537D4A22029336d1a27
Octal12317511242051631553247
Binary1010011111110110010101000100101001110011110110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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