Html Css Color HEX #515019 Army green

📋 copy color: '#515019'

red 81 ◦ green 80 ◦ blue 25

#515019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #515019

Tints of Army green #515019

RGB

 RED value IS 81 (32.03% from 255) = 43.55%

 GREEN value IS 80 (31.64% from 255) = 43.01%

 BLUE value IS 25 (10.16% from 255) = 13.44%

R = 43.55%
G = 43.01%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#515019 (or 0x515019) is known color: Army green. HEX triplet: 51, 50 and 19. RGB value is (81,80,25). Sum of RGB (Red+Green+Blue) = 81+80+25=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #515019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515019 is #AEAFE6. Grayscale: #4A4A4A. Windows color (decimal): -11448295 or 1658961. OLE color: 1658961.

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

Color convert

RGB 81 80 25 -
CMYK 0 0.01 0.69 0.68
HSL 58.93º 0.53% 0.21% -
HSV(B) 58.93º 0.69% 0.32% -
XYZ 6.44 7.56 2.04 -
YUV 74.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 81 80 25 0 0.01 0.69 0.68 58.93 0.53 0.21
Hex 51 50 19 0 1 45 44 3B 35 15
Octal 121 120 31 0 1 105 104 73 65 25
Binary 1010001 1010000 11001 0 1 1000101 1000100 111011 110101 10101

Color Harmonies of #515019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515019

Black with #515019

Text Example


Text Example

White with #515019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515019; }

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

 H1.HeaderClassName
 {
   color: #515019;
 }
 .AnyTagClassName
 {
   color: #515019;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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