#52564C

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

Shades of Lunar Green #52564C

Tints of Lunar Green #52564C

Color information

#52564C (or 0x52564C) is unknown color: approx Lunar Green. HEX triplet: 52, 56 and 4C. RGB value is (82,86,76). Sum of RGB (Red+Green+Blue) = 82+86+76=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 86 - color contains mainly: green. Hex color #52564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52564C is #ADA9B3. Grayscale: #535353. Windows color (decimal): -11381172 or 5002834. OLE color: 5002834.

HSL color Cylindrical-coordinate representation of color #52564C: hue angle of 84º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #52564C is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB828676-
CMYK0.0500.120.66
HSL84º6.17%31.76%-
HSV(B)84º11.63%33.73%-
XYZ8.118.978.14-
YUV83.66123.67126.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 76 (30.08% from 255) = 31.15%
R=33.61%
G=35.25%
B=31.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286760.0500.120.66846.1731.76
Hex52564C50C4254620
Octal1221261145014102124640
Binary1010010101011010011001010110010000101010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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