#525A47

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

Shades of Lunar Green #525A47

Tints of Lunar Green #525A47

Color information

#525A47 (or 0x525A47) is unknown color: approx Lunar Green. HEX triplet: 52, 5A and 47. RGB value is (82,90,71). Sum of RGB (Red+Green+Blue) = 82+90+71=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 90 - color contains mainly: green. Hex color #525A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A47 is #ADA5B8. Grayscale: #555555. Windows color (decimal): -11380153 or 4676178. OLE color: 4676178.

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

Color convert

RGB829071-
CMYK0.0900.210.65
HSL85.26º11.8%31.57%-
HSV(B)85.26º21.11%35.29%-
XYZ8.279.567.37-
YUV85.44119.85125.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 71 (28.12% from 255) = 29.22%
R=33.74%
G=37.04%
B=29.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290710.0900.210.6585.2611.831.57
Hex525A4790154155c20
Octal122132107110251011251440
Binary1010010101101010001111001010101100000110101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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