#52804A

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

Shades of Fern Green #52804A

Tints of Fern Green #52804A

Color information

#52804A (or 0x52804A) is unknown color: approx Fern Green. HEX triplet: 52, 80 and 4A. RGB value is (82,128,74). Sum of RGB (Red+Green+Blue) = 82+128+74=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #52804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52804A is #AD7FB5. Grayscale: #6C6C6C. Windows color (decimal): -11370422 or 4882514. OLE color: 4882514.

HSL color Cylindrical-coordinate representation of color #52804A: hue angle of 111.11º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52804A is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB8212874-
CMYK0.3600.420.50
HSL111.11º26.73%39.61%-
HSV(B)111.11º42.19%50.2%-
XYZ12.4317.739.24-
YUV108.09108.76109.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=28.87%
G=45.07%
B=26.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82128740.3600.420.50111.1126.7339.61
Hex52804A2402A326f1b28
Octal12220011244052621573350
Binary10100101000000010010101001000101010110010110111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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