Html Css Color HEX #515319 Army green

📋 copy color: '#515319'

red 81 ◦ green 83 ◦ blue 25

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

Shades of Army green #515319

Tints of Army green #515319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.92%

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

R = 42.86%
G = 43.92%
B = 13.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#515319 (or 0x515319) is known color: Army green. HEX triplet: 51, 53 and 19. RGB value is (81,83,25). Sum of RGB (Red+Green+Blue) = 81+83+25=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #515319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515319 is #AEACE6. Grayscale: #4C4C4C. Windows color (decimal): -11447527 or 1659729. OLE color: 1659729.

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

Color convert

RGB 81 83 25 -
CMYK 0.02 0 0.70 0.67
HSL 62.07º 0.54% 0.21% -
HSV(B) 62.07º 0.7% 0.33% -
XYZ 6.66 8.01 2.11 -
YUV 75.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 81 83 25 0.02 0 0.70 0.67 62.07 0.54 0.21
Hex 51 53 19 2 0 46 43 3E 36 15
Octal 121 123 31 2 0 106 103 76 66 25
Binary 1010001 1010011 11001 10 0 1000110 1000011 111110 110110 10101

Color Harmonies of #515319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515319

Black with #515319

Text Example


Text Example

White with #515319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515319; }

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

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

background-color css

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

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

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

border-color css

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

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

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