#505A3A

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

Shades of Lunar Green #505A3A

Tints of Lunar Green #505A3A

Color information

#505A3A (or 0x505A3A) is unknown color: approx Lunar Green. HEX triplet: 50, 5A and 3A. RGB value is (80,90,58). Sum of RGB (Red+Green+Blue) = 80+90+58=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #505A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A3A is #AFA5C5. Grayscale: #535353. Windows color (decimal): -11511238 or 3824208. OLE color: 3824208.

HSL color Cylindrical-coordinate representation of color #505A3A: hue angle of 78.75º 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 #505A3A is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB809058-
CMYK0.1100.360.65
HSL78.75º21.62%29.02%-
HSV(B)78.75º35.56%35.29%-
XYZ7.739.325.4-
YUV83.36113.69125.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=35.09%
G=39.47%
B=25.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090580.1100.360.6578.7521.6229.02
Hex505A3AB024414f161d
Octal12013272130441011172635
Binary1010000101101011101010110100100100000110011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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