#537449

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

Shades of Fern Green #537449

Tints of Fern Green #537449

Color information

#537449 (or 0x537449) is unknown color: approx Fern Green. HEX triplet: 53, 74 and 49. RGB value is (83,116,73). Sum of RGB (Red+Green+Blue) = 83+116+73=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #537449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537449 is #AC8BB6. Grayscale: #656565. Windows color (decimal): -11307959 or 4813907. OLE color: 4813907.

HSL color Cylindrical-coordinate representation of color #537449: hue angle of 106.05º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537449 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB8311673-
CMYK0.2800.370.55
HSL106.05º22.75%37.06%-
HSV(B)106.05º37.07%45.49%-
XYZ11.0214.818.58-
YUV101.23112.07115-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=30.51%
G=42.65%
B=26.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83116730.2800.370.55106.0522.7537.06
Hex5374491C025376a1725
Octal12316411134045671522745
Binary101001111101001001001111000100101110111110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537449; }

 p { color: rgb(83,116,73); }

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

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

 a { background-color: rgb(83,116,73); }

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

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

 span { border-color: rgb(83,116,73); }

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