#52814C

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

Shades of Fern Green #52814C

Tints of Fern Green #52814C

Color information

#52814C (or 0x52814C) is unknown color: approx Fern Green. HEX triplet: 52, 81 and 4C. RGB value is (82,129,76). Sum of RGB (Red+Green+Blue) = 82+129+76=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #52814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52814C is #AD7EB3. Grayscale: #6D6D6D. Windows color (decimal): -11370164 or 5013842. OLE color: 5013842.

HSL color Cylindrical-coordinate representation of color #52814C: hue angle of 113.21º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52814C is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB8212976-
CMYK0.3600.410.49
HSL113.21º25.85%40.2%-
HSV(B)113.21º41.09%50.59%-
XYZ12.6318.029.65-
YUV108.9109.43108.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 129 (50.78% from 255) = 44.95%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=28.57%
G=44.95%
B=26.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82129760.3600.410.49113.2125.8540.2
Hex52814C2402931711a28
Octal12220111444051611613250
Binary10100101000000110011001001000101001110001111000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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