#525A3B

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

Shades of Lunar Green #525A3B

Tints of Lunar Green #525A3B

Color information

#525A3B (or 0x525A3B) is unknown color: approx Lunar Green. HEX triplet: 52, 5A and 3B. RGB value is (82,90,59). Sum of RGB (Red+Green+Blue) = 82+90+59=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #525A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A3B is #ADA5C4. Grayscale: #545454. Windows color (decimal): -11380165 or 3889746. OLE color: 3889746.

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

Color convert

RGB829059-
CMYK0.0900.340.65
HSL75.48º20.81%29.22%-
HSV(B)75.48º34.44%35.29%-
XYZ7.939.425.54-
YUV84.07113.85126.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=35.50%
G=38.96%
B=25.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290590.0900.340.6575.4820.8129.22
Hex525A3B9022414b151d
Octal12213273110421011132535
Binary1010010101101011101110010100010100000110010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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