#515018

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

Shades of Army green #515018

Tints of Army green #515018

Color information

#515018 (or 0x515018) is unknown color: approx Army green. HEX triplet: 51, 50 and 18. RGB value is (81,80,24). Sum of RGB (Red+Green+Blue) = 81+80+24=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #515018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515018 is #AEAFE7. Grayscale: #4A4A4A. Windows color (decimal): -11448296 or 1593425. OLE color: 1593425.

HSL color Cylindrical-coordinate representation of color #515018: hue angle of 58.95º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #515018 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB818024-
CMYK00.010.700.68
HSL58.95º54.29%20.59%-
HSV(B)58.95º70.37%31.76%-
XYZ6.437.551.98-
YUV73.9199.83133.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 24 (9.77% from 255) = 12.97%
R=43.78%
G=43.24%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81802400.010.700.6858.9554.2920.59
Hex5150180146443b3615
Octal1211203001106104736625
Binary1010001101000011000011000110100010011101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515018; }

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

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

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

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

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

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

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

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