Html Css Color HEX #505117 Army green

📋 copy color: '#505117'

red 80 ◦ green 81 ◦ blue 23

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

Shades of Army green #505117

Tints of Army green #505117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 43.48%
G = 44.02%
B = 12.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#505117 (or 0x505117) is known color: Army green. HEX triplet: 50, 51 and 17. RGB value is (80,81,23). Sum of RGB (Red+Green+Blue) = 80+81+23=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #505117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505117 is #AFAEE8. Grayscale: #4A4A4A. Windows color (decimal): -11513577 or 1528144. OLE color: 1528144.

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

Color convert

RGB 80 81 23 -
CMYK 0.01 0 0.72 0.68
HSL 61.03º 0.56% 0.2% -
HSV(B) 61.03º 0.72% 0.32% -
XYZ 6.41 7.65 1.95 -
YUV 74.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 80 81 23 0.01 0 0.72 0.68 61.03 0.56 0.2
Hex 50 51 17 1 0 48 44 3D 38 14
Octal 120 121 27 1 0 110 104 75 70 24
Binary 1010000 1010001 10111 1 0 1001000 1000100 111101 111000 10100

Color Harmonies of #505117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505117

Black with #505117

Text Example


Text Example

White with #505117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505117; }

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

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

background-color css

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

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

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

border-color css

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

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

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