#525A3C

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

Shades of Lunar Green #525A3C

Tints of Lunar Green #525A3C

Color information

#525A3C (or 0x525A3C) is unknown color: approx Lunar Green. HEX triplet: 52, 5A and 3C. RGB value is (82,90,60). Sum of RGB (Red+Green+Blue) = 82+90+60=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #525A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A3C is #ADA5C3. Grayscale: #545454. Windows color (decimal): -11380164 or 3955282. OLE color: 3955282.

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

Color convert

RGB829060-
CMYK0.0900.330.65
HSL76º20%29.41%-
HSV(B)76º33.33%35.29%-
XYZ7.959.435.68-
YUV84.19114.35126.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=35.34%
G=38.79%
B=25.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290600.0900.330.65762029.41
Hex525A3C9021414c141d
Octal12213274110411011142435
Binary1010010101101011110010010100001100000110011001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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