Html Css Color HEX #504F16 Army green

📋 copy color: '#504F16'

red 80 ◦ green 79 ◦ blue 22

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

Shades of Army green #504F16

Tints of Army green #504F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.65%

 BLUE value IS 22 (8.98% from 255) = 12.15%

R = 44.2%
G = 43.65%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#504F16 (or 0x504F16) is known color: Army green. HEX triplet: 50, 4F and 16. RGB value is (80,79,22). Sum of RGB (Red+Green+Blue) = 80+79+22=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #504F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F16 is #AFB0E9. Grayscale: #494949. Windows color (decimal): -11514090 or 1462096. OLE color: 1462096.

HSL color Cylindrical-coordinate representation of color #504F16: hue angle of 58.97º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #504F16 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 79 22 -
CMYK 0 0.01 0.72 0.69
HSL 58.97º 0.57% 0.2% -
HSV(B) 58.97º 0.73% 0.31% -
XYZ 6.25 7.36 1.85 -
YUV 72.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 80 79 22 0 0.01 0.72 0.69 58.97 0.57 0.2
Hex 50 4F 16 0 1 48 45 3B 39 14
Octal 120 117 26 0 1 110 105 73 71 24
Binary 1010000 1001111 10110 0 1 1001000 1000101 111011 111001 10100

Color Harmonies of #504F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F16

Black with #504F16

Text Example


Text Example

White with #504F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504F16; }

 p { color: rgb(80,79,22); }

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

background-color css

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

 a { background-color: rgb(80,79,22); }

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

border-color css

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

 span { border-color: rgb(80,79,22); }

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