#525942

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

Shades of Lunar Green #525942

Tints of Lunar Green #525942

Color information

#525942 (or 0x525942) is unknown color: approx Lunar Green. HEX triplet: 52, 59 and 42. RGB value is (82,89,66). Sum of RGB (Red+Green+Blue) = 82+89+66=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #525942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525942 is #ADA6BD. Grayscale: #545454. Windows color (decimal): -11380414 or 4348242. OLE color: 4348242.

HSL color Cylindrical-coordinate representation of color #525942: hue angle of 78.26º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #525942 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB828966-
CMYK0.0800.260.65
HSL78.26º14.84%30.39%-
HSV(B)78.26º25.84%34.9%-
XYZ8.049.336.53-
YUV84.28117.68126.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=34.60%
G=37.55%
B=27.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289660.0800.260.6578.2614.8430.39
Hex525942801A414ef1e
Octal122131102100321011161736
Binary101001010110011000010100001101010000011001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525942; }

 p { color: rgb(82,89,66); }

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

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

 a { background-color: rgb(82,89,66); }

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

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

 span { border-color: rgb(82,89,66); }

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