Html Css Color HEX #505419 Army green

📋 copy color: '#505419'

red 80 ◦ green 84 ◦ blue 25

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

Shades of Army green #505419

Tints of Army green #505419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.44%

 BLUE value IS 25 (10.16% from 255) = 13.23%

R = 42.33%
G = 44.44%
B = 13.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#505419 (or 0x505419) is known color: Army green. HEX triplet: 50, 54 and 19. RGB value is (80,84,25). Sum of RGB (Red+Green+Blue) = 80+84+25=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #505419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505419 is #AFABE6. Grayscale: #4C4C4C. Windows color (decimal): -11512807 or 1659984. OLE color: 1659984.

HSL color Cylindrical-coordinate representation of color #505419: hue angle of 64.07º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #505419 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 25 -
CMYK 0.05 0 0.70 0.67
HSL 64.07º 0.54% 0.21% -
HSV(B) 64.07º 0.7% 0.33% -
XYZ 6.65 8.12 2.14 -
YUV 76.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 80 84 25 0.05 0 0.70 0.67 64.07 0.54 0.21
Hex 50 54 19 5 0 46 43 40 36 15
Octal 120 124 31 5 0 106 103 100 66 25
Binary 1010000 1010100 11001 101 0 1000110 1000011 1000000 110110 10101

Color Harmonies of #505419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505419

Black with #505419

Text Example


Text Example

White with #505419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505419; }

 p { color: rgb(80,84,25); }

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

background-color css

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

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

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

border-color css

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

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

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