#525648

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

Shades of Lunar Green #525648

Tints of Lunar Green #525648

Color information

#525648 (or 0x525648) is unknown color: approx Lunar Green. HEX triplet: 52, 56 and 48. RGB value is (82,86,72). Sum of RGB (Red+Green+Blue) = 82+86+72=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 86 - color contains mainly: green. Hex color #525648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525648 is #ADA9B7. Grayscale: #535353. Windows color (decimal): -11381176 or 4740690. OLE color: 4740690.

HSL color Cylindrical-coordinate representation of color #525648: hue angle of 77.14º 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 #525648 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB828672-
CMYK0.0500.160.66
HSL77.14º8.86%30.98%-
HSV(B)77.14º16.28%33.73%-
XYZ7.988.927.43-
YUV83.21121.67127.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 72 (28.52% from 255) = 30%
R=34.17%
G=35.83%
B=30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286720.0500.160.6677.148.8630.98
Hex5256485010424d91f
Octal12212611050201021151137
Binary10100101010110100100010101000010000101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525648; }

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

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

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

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

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

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

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

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