#52714B

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

Shades of Fern Green #52714B

Tints of Fern Green #52714B

Color information

#52714B (or 0x52714B) is unknown color: approx Fern Green. HEX triplet: 52, 71 and 4B. RGB value is (82,113,75). Sum of RGB (Red+Green+Blue) = 82+113+75=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #52714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52714B is #AD8EB4. Grayscale: #636363. Windows color (decimal): -11374261 or 4944210. OLE color: 4944210.

HSL color Cylindrical-coordinate representation of color #52714B: hue angle of 108.95º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52714B is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB8211375-
CMYK0.2700.340.56
HSL108.95º20.21%36.86%-
HSV(B)108.95º33.63%44.31%-
XYZ10.6514.118.82-
YUV99.4114.23115.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=30.37%
G=41.85%
B=27.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113750.2700.340.56108.9520.2136.86
Hex52714B1B022386d1425
Octal12216111333042701552445
Binary101001011100011001011110110100010111000110110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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