#515114

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

Shades of Army green #515114

Tints of Army green #515114

Color information

#515114 (or 0x515114) is unknown color: approx Army green. HEX triplet: 51, 51 and 14. RGB value is (81,81,20). Sum of RGB (Red+Green+Blue) = 81+81+20=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515114 is #AEAEEB. Grayscale: #4A4A4A. Windows color (decimal): -11448044 or 1331537. OLE color: 1331537.

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

Color convert

RGB818120-
CMYK000.750.68
HSL60º60.4%19.8%-
HSV(B)60º75.31%31.76%-
XYZ6.467.681.8-
YUV74.0597.5132.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=44.51%
G=44.51%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818120000.750.686060.419.8
Hex515114004B443c3c14
Octal1211212400113104747424
Binary1010001101000110100001001011100010011110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515114; }

 p { color: rgb(81,81,20); }

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

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

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

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

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

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

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