#515A3A

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

Shades of Lunar Green #515A3A

Tints of Lunar Green #515A3A

Color information

#515A3A (or 0x515A3A) is unknown color: approx Lunar Green. HEX triplet: 51, 5A and 3A. RGB value is (81,90,58). Sum of RGB (Red+Green+Blue) = 81+90+58=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #515A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A3A is #AEA5C5. Grayscale: #535353. Windows color (decimal): -11445702 or 3824209. OLE color: 3824209.

HSL color Cylindrical-coordinate representation of color #515A3A: hue angle of 76.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #515A3A is Cyan = 0.1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB819058-
CMYK0.100.360.65
HSL76.88º21.62%29.02%-
HSV(B)76.88º35.56%35.29%-
XYZ7.819.375.4-
YUV83.66113.52126.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=35.37%
G=39.30%
B=25.33%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8190580.100.360.6576.8821.6229.02
Hex515A3AA024414d161d
Octal12113272120441011152635
Binary1010001101101011101010100100100100000110011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515A3A; }

 p { color: rgb(81,90,58); }

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

<style>
 a { background-color: #515A3A; }

 a { background-color: rgb(81,90,58); }

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

<style>
 span { border-color: #515A3A; }

 span { border-color: rgb(81,90,58); }

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