Html Css Color HEX #505317 Army green

📋 copy color: '#505317'

red 80 ◦ green 83 ◦ blue 23

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

Shades of Army green #505317

Tints of Army green #505317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.62%

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

R = 43.01%
G = 44.62%
B = 12.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#505317 (or 0x505317) is known color: Army green. HEX triplet: 50, 53 and 17. RGB value is (80,83,23). Sum of RGB (Red+Green+Blue) = 80+83+23=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #505317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505317 is #AFACE8. Grayscale: #4B4B4B. Windows color (decimal): -11513065 or 1528656. OLE color: 1528656.

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

Color convert

RGB 80 83 23 -
CMYK 0.04 0 0.72 0.67
HSL 63º 0.57% 0.21% -
HSV(B) 63º 0.72% 0.33% -
XYZ 6.56 7.95 2 -
YUV 75.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 80 83 23 0.04 0 0.72 0.67 63 0.57 0.21
Hex 50 53 17 4 0 48 43 3F 39 15
Octal 120 123 27 4 0 110 103 77 71 25
Binary 1010000 1010011 10111 100 0 1001000 1000011 111111 111001 10101

Color Harmonies of #505317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505317

Black with #505317

Text Example


Text Example

White with #505317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505317; }

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

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

background-color css

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

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

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

border-color css

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

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

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