#525A42

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

Shades of Lunar Green #525A42

Tints of Lunar Green #525A42

Color information

#525A42 (or 0x525A42) is unknown color: approx Lunar Green. HEX triplet: 52, 5A and 42. RGB value is (82,90,66). Sum of RGB (Red+Green+Blue) = 82+90+66=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 90 - color contains mainly: green. Hex color #525A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A42 is #ADA5BD. Grayscale: #545454. Windows color (decimal): -11380158 or 4348498. OLE color: 4348498.

HSL color Cylindrical-coordinate representation of color #525A42: hue angle of 80º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #525A42 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB829066-
CMYK0.0900.270.65
HSL80º15.38%30.59%-
HSV(B)80º26.67%35.29%-
XYZ8.129.56.56-
YUV84.87117.35125.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=34.45%
G=37.82%
B=27.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290660.0900.270.658015.3830.59
Hex525A42901B4150f1f
Octal122132102110331011201737
Binary101001010110101000010100101101110000011010000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525A42; }

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

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

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

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

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

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

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

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