#525F37

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

Shades of Lunar Green #525F37

Tints of Lunar Green #525F37

Color information

#525F37 (or 0x525F37) is unknown color: approx Lunar Green. HEX triplet: 52, 5F and 37. RGB value is (82,95,55). Sum of RGB (Red+Green+Blue) = 82+95+55=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #525F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F37 is #ADA0C8. Grayscale: #565656. Windows color (decimal): -11378889 or 3628882. OLE color: 3628882.

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

Color convert

RGB829555-
CMYK0.1400.420.63
HSL79.5º26.67%29.41%-
HSV(B)79.5º42.11%37.25%-
XYZ8.2610.255.16-
YUV86.55110.19124.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 55 (21.88% from 255) = 23.71%
R=35.34%
G=40.95%
B=23.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8295550.1400.420.6379.526.6729.41
Hex525F37E02A3F501b1d
Octal1221376716052771203335
Binary101001010111111101111110010101011111110100001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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