#525D41

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

Shades of Lunar Green #525D41

Tints of Lunar Green #525D41

Color information

#525D41 (or 0x525D41) is unknown color: approx Lunar Green. HEX triplet: 52, 5D and 41. RGB value is (82,93,65). Sum of RGB (Red+Green+Blue) = 82+93+65=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 93 - color contains mainly: green. Hex color #525D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D41 is #ADA2BE. Grayscale: #565656. Windows color (decimal): -11379391 or 4283730. OLE color: 4283730.

HSL color Cylindrical-coordinate representation of color #525D41: hue angle of 83.57º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #525D41 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB829365-
CMYK0.1200.300.64
HSL83.57º17.72%30.98%-
HSV(B)83.57º30.11%36.47%-
XYZ8.35106.49-
YUV86.52115.86124.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 93 (36.72% from 255) = 38.75%
BLUE value IS 65 (25.78% from 255) = 27.08%
R=34.17%
G=38.75%
B=27.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293650.1200.300.6483.5717.7230.98
Hex525D41C01E4054121f
Octal122135101140361001242237
Binary1010010101110110000011100011110100000010101001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,93,65); }

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

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

 a { background-color: rgb(82,93,65); }

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

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

 span { border-color: rgb(82,93,65); }

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