#52724B

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

Shades of Fern Green #52724B

Tints of Fern Green #52724B

Color information

#52724B (or 0x52724B) is unknown color: approx Fern Green. HEX triplet: 52, 72 and 4B. RGB value is (82,114,75). Sum of RGB (Red+Green+Blue) = 82+114+75=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #52724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52724B is #AD8DB4. Grayscale: #646464. Windows color (decimal): -11374005 or 4944466. OLE color: 4944466.

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

Color convert

RGB8211475-
CMYK0.2800.340.55
HSL109.23º20.63%37.06%-
HSV(B)109.23º34.21%44.71%-
XYZ10.7714.348.86-
YUV99.99113.9115.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=30.26%
G=42.07%
B=27.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114750.2800.340.55109.2320.6337.06
Hex52724B1C022376d1525
Octal12216211334042671552545
Binary101001011100101001011111000100010110111110110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52724B; }

 p { color: rgb(82,114,75); }

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

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

 a { background-color: rgb(82,114,75); }

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

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

 span { border-color: rgb(82,114,75); }

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