Html Css Color HEX #505A19 Army green

📋 copy color: '#505A19'

red 80 ◦ green 90 ◦ blue 25

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

Shades of Army green #505A19

Tints of Army green #505A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.15%

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

R = 41.03%
G = 46.15%
B = 12.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#505A19 (or 0x505A19) is known color: Army green. HEX triplet: 50, 5A and 19. RGB value is (80,90,25). Sum of RGB (Red+Green+Blue) = 80+90+25=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #505A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505A19 is #AFA5E6. Grayscale: #4F4F4F. Windows color (decimal): -11511271 or 1661520. OLE color: 1661520.

HSL color Cylindrical-coordinate representation of color #505A19: hue angle of 69.23º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #505A19 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 90 25 -
CMYK 0.11 0 0.72 0.65
HSL 69.23º 0.57% 0.23% -
HSV(B) 69.23º 0.72% 0.35% -
XYZ 7.14 9.09 2.3 -
YUV 79.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 80 90 25 0.11 0 0.72 0.65 69.23 0.57 0.23
Hex 50 5A 19 B 0 48 41 45 39 17
Octal 120 132 31 13 0 110 101 105 71 27
Binary 1010000 1011010 11001 1011 0 1001000 1000001 1000101 111001 10111

Color Harmonies of #505A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A19

Black with #505A19

Text Example


Text Example

White with #505A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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