#537240

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

Shades of Fern Green #537240

Tints of Fern Green #537240

Color information

#537240 (or 0x537240) is unknown color: approx Fern Green. HEX triplet: 53, 72 and 40. RGB value is (83,114,64). Sum of RGB (Red+Green+Blue) = 83+114+64=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #537240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537240 is #AC8DBF. Grayscale: #636363. Windows color (decimal): -11308480 or 4223571. OLE color: 4223571.

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

Color convert

RGB8311464-
CMYK0.2700.440.55
HSL97.2º28.09%34.9%-
HSV(B)97.2º43.86%44.71%-
XYZ10.5114.247.05-
YUV99.03108.23116.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=31.80%
G=43.68%
B=24.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114640.2700.440.5597.228.0934.9
Hex5372401B02C37611c23
Octal12316210033054671413443
Binary101001111100101000000110110101100110111110000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537240; }

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

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

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

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

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

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

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

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