#52734C

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

Shades of Fern Green #52734C

Tints of Fern Green #52734C

Color information

#52734C (or 0x52734C) is unknown color: approx Fern Green. HEX triplet: 52, 73 and 4C. RGB value is (82,115,76). Sum of RGB (Red+Green+Blue) = 82+115+76=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #52734C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52734C is #AD8CB3. Grayscale: #646464. Windows color (decimal): -11373748 or 5010258. OLE color: 5010258.

HSL color Cylindrical-coordinate representation of color #52734C: hue angle of 110.77º degrees, saturation: 0.2, 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 #52734C is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB8211576-
CMYK0.2900.340.55
HSL110.77º20.42%37.45%-
HSV(B)110.77º33.91%45.1%-
XYZ10.9114.589.08-
YUV100.69114.07114.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=30.04%
G=42.12%
B=27.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115760.2900.340.55110.7720.4237.45
Hex52734C1D022376f1425
Octal12216311435042671572445
Binary101001011100111001100111010100010110111110111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52734C; }

 p { color: rgb(82,115,76); }

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

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

 a { background-color: rgb(82,115,76); }

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

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

 span { border-color: rgb(82,115,76); }

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