#52764C

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

Shades of Fern Green #52764C

Tints of Fern Green #52764C

Color information

#52764C (or 0x52764C) is unknown color: approx Fern Green. HEX triplet: 52, 76 and 4C. RGB value is (82,118,76). Sum of RGB (Red+Green+Blue) = 82+118+76=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #52764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52764C is #AD89B3. Grayscale: #666666. Windows color (decimal): -11372980 or 5011026. OLE color: 5011026.

HSL color Cylindrical-coordinate representation of color #52764C: hue angle of 111.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52764C is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB8211876-
CMYK0.3100.360.54
HSL111.43º21.65%38.04%-
HSV(B)111.43º35.59%46.27%-
XYZ11.2615.279.19-
YUV102.45113.07113.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=29.71%
G=42.75%
B=27.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118760.3100.360.54111.4321.6538.04
Hex52764C1F024366f1626
Octal12216611437044661572646
Binary101001011101101001100111110100100110110110111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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