#537246

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

Shades of Fern Green #537246

Tints of Fern Green #537246

Color information

#537246 (or 0x537246) is unknown color: approx Fern Green. HEX triplet: 53, 72 and 46. RGB value is (83,114,70). Sum of RGB (Red+Green+Blue) = 83+114+70=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #537246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537246 is #AC8DB9. Grayscale: #636363. Windows color (decimal): -11308474 or 4616787. OLE color: 4616787.

HSL color Cylindrical-coordinate representation of color #537246: hue angle of 102.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537246 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB8311470-
CMYK0.2700.390.55
HSL102.27º23.91%36.08%-
HSV(B)102.27º38.6%44.71%-
XYZ10.6914.327.99-
YUV99.71111.23116.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=31.09%
G=42.70%
B=26.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114700.2700.390.55102.2723.9136.08
Hex5372461B02737661824
Octal12316210633047671463044
Binary101001111100101000110110110100111110111110011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537246; }

 p { color: rgb(83,114,70); }

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

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

 a { background-color: rgb(83,114,70); }

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

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

 span { border-color: rgb(83,114,70); }

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