#505117

Color #505117 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #505117

Tints of Army green #505117

Color information

#505117 (or 0x505117) is unknown color: approx Army green. HEX triplet: 50, 51 and 17. RGB value is (80,81,23). Sum of RGB (Red+Green+Blue) = 80+81+23=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #505117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505117 is #AFAEE8. Grayscale: #4A4A4A. Windows color (decimal): -11513577 or 1528144. OLE color: 1528144.

HSL color Cylindrical-coordinate representation of color #505117: hue angle of 61.03º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #505117 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB808123-
CMYK0.0100.720.68
HSL61.03º55.77%20.39%-
HSV(B)61.03º71.6%31.76%-
XYZ6.417.651.95-
YUV74.0999.17132.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 23 (9.38% from 255) = 12.5%
R=43.48%
G=44.02%
B=12.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081230.0100.720.6861.0355.7720.39
Hex5051171048443d3814
Octal1201212710110104757024
Binary1010000101000110111101001000100010011110111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505117; }

 p { color: rgb(80,81,23); }

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

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

 a { background-color: rgb(80,81,23); }

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

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

 span { border-color: rgb(80,81,23); }

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