Html Css Color HEX #515011 Army green

📋 copy color: '#515011'

red 81 ◦ green 80 ◦ blue 17

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

Shades of Army green #515011

Tints of Army green #515011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.55%

R = 45.51%
G = 44.94%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#515011 (or 0x515011) is known color: Army green. HEX triplet: 51, 50 and 11. RGB value is (81,80,17). Sum of RGB (Red+Green+Blue) = 81+80+17=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #515011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515011 is #AEAFEE. Grayscale: #494949. Windows color (decimal): -11448303 or 1134673. OLE color: 1134673.

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

Color convert

RGB 81 80 17 -
CMYK 0 0.01 0.79 0.68
HSL 59.06º 0.65% 0.19% -
HSV(B) 59.06º 0.79% 0.32% -
XYZ 6.36 7.53 1.65 -
YUV 73.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 81 80 17 0 0.01 0.79 0.68 59.06 0.65 0.19
Hex 51 50 11 0 1 4F 44 3B 41 13
Octal 121 120 21 0 1 117 104 73 101 23
Binary 1010001 1010000 10001 0 1 1001111 1000100 111011 1000001 10011

Color Harmonies of #515011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515011

Black with #515011

Text Example


Text Example

White with #515011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515011; }

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

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

background-color css

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

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

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

border-color css

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

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

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