#53724A

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

Shades of Fern Green #53724A

Tints of Fern Green #53724A

Color information

#53724A (or 0x53724A) is unknown color: approx Fern Green. HEX triplet: 53, 72 and 4A. RGB value is (83,114,74). Sum of RGB (Red+Green+Blue) = 83+114+74=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #53724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53724A is #AC8DB5. Grayscale: #646464. Windows color (decimal): -11308470 or 4878931. OLE color: 4878931.

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

Color convert

RGB8311474-
CMYK0.2700.350.55
HSL106.5º21.28%36.86%-
HSV(B)106.5º35.09%44.71%-
XYZ10.8214.378.68-
YUV100.17113.23115.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=30.63%
G=42.07%
B=27.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114740.2700.350.55106.521.2836.86
Hex53724A1B023376a1525
Octal12316211233043671522545
Binary101001111100101001010110110100011110111110101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53724A; }

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

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

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

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

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

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

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

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