Html Css Color HEX #515020 Army green

📋 copy color: '#515020'

red 81 ◦ green 80 ◦ blue 32

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

Shades of Army green #515020

Tints of Army green #515020

RGB

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

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

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

R = 41.97%
G = 41.45%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#515020 (or 0x515020) is known color: Army green. HEX triplet: 51, 50 and 20. RGB value is (81,80,32). Sum of RGB (Red+Green+Blue) = 81+80+32=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #515020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515020 is #AEAFDF. Grayscale: #4B4B4B. Windows color (decimal): -11448288 or 2117713. OLE color: 2117713.

HSL color Cylindrical-coordinate representation of color #515020: hue angle of 58.78º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515020 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 80 32 -
CMYK 0 0.01 0.60 0.68
HSL 58.78º 0.43% 0.22% -
HSV(B) 58.78º 0.6% 0.32% -
XYZ 6.52 7.59 2.49 -
YUV 74.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 81 80 32 0 0.01 0.60 0.68 58.78 0.43 0.22
Hex 51 50 20 0 1 3C 44 3B 2B 16
Octal 121 120 40 0 1 74 104 73 53 26
Binary 1010001 1010000 100000 0 1 111100 1000100 111011 101011 10110

Color Harmonies of #515020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515020

Black with #515020

Text Example


Text Example

White with #515020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515020; }

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

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

background-color css

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

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

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

border-color css

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

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

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