#52884B

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

Shades of Fern Green #52884B

Tints of Fern Green #52884B

Color information

#52884B (or 0x52884B) is unknown color: approx Fern Green. HEX triplet: 52, 88 and 4B. RGB value is (82,136,75). Sum of RGB (Red+Green+Blue) = 82+136+75=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #52884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52884B is #AD77B4. Grayscale: #717171. Windows color (decimal): -11368373 or 4950098. OLE color: 4950098.

HSL color Cylindrical-coordinate representation of color #52884B: hue angle of 113.11º 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 #52884B is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB8213675-
CMYK0.4000.450.47
HSL113.11º28.91%41.37%-
HSV(B)113.11º44.85%53.33%-
XYZ13.5519.919.79-
YUV112.9106.61105.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=27.99%
G=46.42%
B=25.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82136750.4000.450.47113.1128.9141.37
Hex52884B2802D2F711d29
Octal12221011350055571613551
Binary10100101000100010010111010000101101101111111000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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