#525F41

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

Shades of Lunar Green #525F41

Tints of Lunar Green #525F41

Color information

#525F41 (or 0x525F41) is unknown color: approx Lunar Green. HEX triplet: 52, 5F and 41. RGB value is (82,95,65). Sum of RGB (Red+Green+Blue) = 82+95+65=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #525F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F41 is #ADA0BE. Grayscale: #575757. Windows color (decimal): -11378879 or 4284242. OLE color: 4284242.

HSL color Cylindrical-coordinate representation of color #525F41: hue angle of 86º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525F41 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB829565-
CMYK0.1400.320.63
HSL86º18.75%31.37%-
HSV(B)86º31.58%37.25%-
XYZ8.5310.366.55-
YUV87.69115.19123.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=33.88%
G=39.26%
B=26.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8295650.1400.320.638618.7531.37
Hex525F41E0203F56131f
Octal12213710116040771262337
Binary1010010101111110000011110010000011111110101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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