#525D44

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

Shades of Lunar Green #525D44

Tints of Lunar Green #525D44

Color information

#525D44 (or 0x525D44) is unknown color: approx Lunar Green. HEX triplet: 52, 5D and 44. RGB value is (82,93,68). Sum of RGB (Red+Green+Blue) = 82+93+68=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #525D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D44 is #ADA2BB. Grayscale: #565656. Windows color (decimal): -11379388 or 4480338. OLE color: 4480338.

HSL color Cylindrical-coordinate representation of color #525D44: hue angle of 86.4º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #525D44 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB829368-
CMYK0.1200.270.64
HSL86.4º15.53%31.57%-
HSV(B)86.4º26.88%36.47%-
XYZ8.4410.046.96-
YUV86.86117.36124.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 68 (26.95% from 255) = 27.98%
R=33.74%
G=38.27%
B=27.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293680.1200.270.6486.415.5331.57
Hex525D44C01B40561020
Octal122135104140331001262040
Binary10100101011101100010011000110111000000101011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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