#52884A

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

Shades of Fern Green #52884A

Tints of Fern Green #52884A

Color information

#52884A (or 0x52884A) is unknown color: approx Fern Green. HEX triplet: 52, 88 and 4A. RGB value is (82,136,74). Sum of RGB (Red+Green+Blue) = 82+136+74=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #52884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52884A is #AD77B5. Grayscale: #707070. Windows color (decimal): -11368374 or 4884562. OLE color: 4884562.

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

Color convert

RGB8213674-
CMYK0.4000.460.47
HSL112.26º29.52%41.18%-
HSV(B)112.26º45.59%53.33%-
XYZ13.5219.99.61-
YUV112.79106.11106.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=28.08%
G=46.58%
B=25.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82136740.4000.460.47112.2629.5241.18
Hex52884A2802E2F701e29
Octal12221011250056571603651
Binary10100101000100010010101010000101110101111111000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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