#505A35

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

Shades of Lunar Green #505A35

Tints of Lunar Green #505A35

Color information

#505A35 (or 0x505A35) is unknown color: approx Lunar Green. HEX triplet: 50, 5A and 35. RGB value is (80,90,53). Sum of RGB (Red+Green+Blue) = 80+90+53=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #505A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A35 is #AFA5CA. Grayscale: #525252. Windows color (decimal): -11511243 or 3496528. OLE color: 3496528.

HSL color Cylindrical-coordinate representation of color #505A35: hue angle of 76.22º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #505A35 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB809053-
CMYK0.1100.410.65
HSL76.22º25.87%28.04%-
HSV(B)76.22º41.11%35.29%-
XYZ7.619.274.76-
YUV82.79111.19126.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=35.87%
G=40.36%
B=23.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090530.1100.410.6576.2225.8728.04
Hex505A35B029414c1a1c
Octal12013265130511011143234
Binary1010000101101011010110110101001100000110011001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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