Html Css Color HEX #515420 Army green

📋 copy color: '#515420'

red 81 ◦ green 84 ◦ blue 32

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

Shades of Army green #515420

Tints of Army green #515420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.64%

 BLUE value IS 32 (12.89% from 255) = 16.24%

R = 41.12%
G = 42.64%
B = 16.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#515420 (or 0x515420) is known color: Army green. HEX triplet: 51, 54 and 20. RGB value is (81,84,32). Sum of RGB (Red+Green+Blue) = 81+84+32=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #515420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515420 is #AEABDF. Grayscale: #4D4D4D. Windows color (decimal): -11447264 or 2118737. OLE color: 2118737.

HSL color Cylindrical-coordinate representation of color #515420: hue angle of 63.46º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #515420 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 84 32 -
CMYK 0.04 0 0.62 0.67
HSL 63.46º 0.45% 0.23% -
HSV(B) 63.46º 0.62% 0.33% -
XYZ 6.82 8.19 2.59 -
YUV 77.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 81 84 32 0.04 0 0.62 0.67 63.46 0.45 0.23
Hex 51 54 20 4 0 3E 43 3F 2D 17
Octal 121 124 40 4 0 76 103 77 55 27
Binary 1010001 1010100 100000 100 0 111110 1000011 111111 101101 10111

Color Harmonies of #515420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515420

Black with #515420

Text Example


Text Example

White with #515420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515420; }

 p { color: rgb(81,84,32); }

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

background-color css

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

 a { background-color: rgb(81,84,32); }

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

border-color css

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

 span { border-color: rgb(81,84,32); }

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