#525749

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

Shades of Lunar Green #525749

Tints of Lunar Green #525749

Color information

#525749 (or 0x525749) is unknown color: approx Lunar Green. HEX triplet: 52, 57 and 49. RGB value is (82,87,73). Sum of RGB (Red+Green+Blue) = 82+87+73=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 87 - color contains mainly: green. Hex color #525749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525749 is #ADA8B6. Grayscale: #535353. Windows color (decimal): -11380919 or 4806482. OLE color: 4806482.

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

Color convert

RGB828773-
CMYK0.0600.160.66
HSL81.43º8.75%31.37%-
HSV(B)81.43º16.09%34.12%-
XYZ8.099.097.63-
YUV83.91121.84126.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=33.88%
G=35.95%
B=30.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287730.0600.160.6681.438.7531.37
Hex5257496010425191f
Octal12212711160201021211137
Binary10100101010111100100111001000010000101010001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525749; }

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

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

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

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

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

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

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

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