#505115

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

Shades of Army green #505115

Tints of Army green #505115

Color information

#505115 (or 0x505115) is unknown color: approx Army green. HEX triplet: 50, 51 and 15. RGB value is (80,81,21). Sum of RGB (Red+Green+Blue) = 80+81+21=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #505115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505115 is #AFAEEA. Grayscale: #4A4A4A. Windows color (decimal): -11513579 or 1397072. OLE color: 1397072.

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

Color convert

RGB808121-
CMYK0.0100.740.68
HSL61º58.82%20%-
HSV(B)61º74.07%31.76%-
XYZ6.397.641.85-
YUV73.8698.17132.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 21 (8.59% from 255) = 11.54%
R=43.96%
G=44.51%
B=11.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081210.0100.740.686158.8220
Hex505115104A443d3b14
Octal1201212510112104757324
Binary1010000101000110101101001010100010011110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505115; }

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

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

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

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

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

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

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

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