Html Css Color HEX #505115 Army green

📋 copy color: '#505115'

red 80 ◦ green 81 ◦ blue 21

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

Shades of Army green #505115

Tints of Army green #505115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.51%

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

R = 43.96%
G = 44.51%
B = 11.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#505115 (or 0x505115) is known color: Army green. HEX triplet: 50, 51 and 15. RGB value is (80,81,21). Sum of RGB (Red+Green+Blue) = 80+81+21=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #505115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505115 is #AFAEEA. Grayscale: #4A4A4A. Windows color (decimal): -11513579 or 1397072. OLE color: 1397072.

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

Color convert

RGB 80 81 21 -
CMYK 0.01 0 0.74 0.68
HSL 61º 0.59% 0.2% -
HSV(B) 61º 0.74% 0.32% -
XYZ 6.39 7.64 1.85 -
YUV 73.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 80 81 21 0.01 0 0.74 0.68 61 0.59 0.2
Hex 50 51 15 1 0 4A 44 3D 3B 14
Octal 120 121 25 1 0 112 104 75 73 24
Binary 1010000 1010001 10101 1 0 1001010 1000100 111101 111011 10100

Color Harmonies of #505115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505115

Black with #505115

Text Example


Text Example

White with #505115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505115; }

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

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

background-color css

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

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

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

border-color css

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

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

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