Html Css Color HEX #505015 Army green

📋 copy color: '#505015'

red 80 ◦ green 80 ◦ blue 21

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

Shades of Army green #505015

Tints of Army green #505015

RGB

 RED value IS 80 (31.64% from 255) = 44.2%

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

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 44.2%
G = 44.2%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#505015 (or 0x505015) is known color: Army green. HEX triplet: 50, 50 and 15. RGB value is (80,80,21). Sum of RGB (Red+Green+Blue) = 80+80+21=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505015 is #AFAFEA. Grayscale: #494949. Windows color (decimal): -11513835 or 1396816. OLE color: 1396816.

HSL color Cylindrical-coordinate representation of color #505015: hue angle of 60º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #505015 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 80 21 -
CMYK 0 0 0.74 0.69
HSL 60º 0.58% 0.2% -
HSV(B) 60º 0.74% 0.31% -
XYZ 6.31 7.5 1.82 -
YUV 73.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 80 80 21 0 0 0.74 0.69 60 0.58 0.2
Hex 50 50 15 0 0 4A 45 3C 3A 14
Octal 120 120 25 0 0 112 105 74 72 24
Binary 1010000 1010000 10101 0 0 1001010 1000101 111100 111010 10100

Color Harmonies of #505015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505015

Black with #505015

Text Example


Text Example

White with #505015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505015; }

 p { color: rgb(80,80,21); }

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

background-color css

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

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

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

border-color css

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

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

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