#525649

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

Shades of Lunar Green #525649

Tints of Lunar Green #525649

Color information

#525649 (or 0x525649) is unknown color: approx Lunar Green. HEX triplet: 52, 56 and 49. RGB value is (82,86,73). Sum of RGB (Red+Green+Blue) = 82+86+73=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 86 - color contains mainly: green. Hex color #525649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525649 is #ADA9B6. Grayscale: #535353. Windows color (decimal): -11381175 or 4806226. OLE color: 4806226.

HSL color Cylindrical-coordinate representation of color #525649: hue angle of 78.46º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525649 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB828673-
CMYK0.0500.150.66
HSL78.46º8.18%31.18%-
HSV(B)78.46º15.12%33.73%-
XYZ8.018.937.6-
YUV83.32122.17127.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=34.02%
G=35.68%
B=30.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286730.0500.150.6678.468.1831.18
Hex52564950F424e81f
Octal12212611150171021161037
Binary1010010101011010010011010111110000101001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525649; }

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

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

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

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

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

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

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

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