#52864A

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

Shades of Fern Green #52864A

Tints of Fern Green #52864A

Color information

#52864A (or 0x52864A) is unknown color: approx Fern Green. HEX triplet: 52, 86 and 4A. RGB value is (82,134,74). Sum of RGB (Red+Green+Blue) = 82+134+74=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #52864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52864A is #AD79B5. Grayscale: #6F6F6F. Windows color (decimal): -11368886 or 4884050. OLE color: 4884050.

HSL color Cylindrical-coordinate representation of color #52864A: hue angle of 112º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52864A is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB8213474-
CMYK0.3900.450.47
HSL112º28.85%40.78%-
HSV(B)112º44.78%52.55%-
XYZ13.2419.349.51-
YUV111.61106.77106.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=28.28%
G=46.21%
B=25.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82134740.3900.450.4711228.8540.78
Hex52864A2702D2F701d29
Octal12220611247055571603551
Binary10100101000011010010101001110101101101111111000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,134,74); }

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

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

 a { background-color: rgb(82,134,74); }

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

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

 span { border-color: rgb(82,134,74); }

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