#515A19

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

Shades of Army green #515A19

Tints of Army green #515A19

Color information

#515A19 (or 0x515A19) is unknown color: approx Army green. HEX triplet: 51, 5A and 19. RGB value is (81,90,25). Sum of RGB (Red+Green+Blue) = 81+90+25=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #515A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515A19 is #AEA5E6. Grayscale: #505050. Windows color (decimal): -11445735 or 1661521. OLE color: 1661521.

HSL color Cylindrical-coordinate representation of color #515A19: hue angle of 68.31º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #515A19 is Cyan = 0.1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB819025-
CMYK0.100.720.65
HSL68.31º56.52%22.55%-
HSV(B)68.31º72.22%35.29%-
XYZ7.229.132.3-
YUV79.997.02128.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 90 (35.55% from 255) = 45.92%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=41.33%
G=45.92%
B=12.76%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8190250.100.720.6568.3156.5222.55
Hex515A19A04841443917
Octal121132311201101011047127
Binary10100011011010110011010010010001000001100010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515A19; }

 p { color: rgb(81,90,25); }

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

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

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

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

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

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

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