Html Css Color HEX #515A19 Army green

📋 copy color: '#515A19'

red 81 ◦ green 90 ◦ blue 25

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

Shades of Army green #515A19

Tints of Army green #515A19

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 value IS 0.1

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#515A19 (or 0x515A19) is known color: 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

RGB 81 90 25 -
CMYK 0.1 0 0.72 0.65
HSL 68.31º 0.57% 0.23% -
HSV(B) 68.31º 0.72% 0.35% -
XYZ 7.22 9.13 2.3 -
YUV 79.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 81 90 25 0.1 0 0.72 0.65 68.31 0.57 0.23
Hex 51 5A 19 A 0 48 41 44 39 17
Octal 121 132 31 12 0 110 101 104 71 27
Binary 1010001 1011010 11001 1010 0 1001000 1000001 1000100 111001 10111

Color Harmonies of #515A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A19

Black with #515A19

Text Example


Text Example

White with #515A19

Text Example


Text Example

HTML Codes & Css Web 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>