Html Css Color HEX #504F20 Army green

📋 copy color: '#504F20'

red 80 ◦ green 79 ◦ blue 32

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

Shades of Army green #504F20

Tints of Army green #504F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.75%

R = 41.88%
G = 41.36%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#504F20 (or 0x504F20) is known color: Army green. HEX triplet: 50, 4F and 20. RGB value is (80,79,32). Sum of RGB (Red+Green+Blue) = 80+79+32=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #504F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F20 is #AFB0DF. Grayscale: #4A4A4A. Windows color (decimal): -11514080 or 2117456. OLE color: 2117456.

HSL color Cylindrical-coordinate representation of color #504F20: hue angle of 58.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504F20 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 79 32 -
CMYK 0 0.01 0.60 0.69
HSL 58.75º 0.43% 0.22% -
HSV(B) 58.75º 0.6% 0.31% -
XYZ 6.36 7.4 2.46 -
YUV 73.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 80 79 32 0 0.01 0.60 0.69 58.75 0.43 0.22
Hex 50 4F 20 0 1 3C 45 3B 2B 16
Octal 120 117 40 0 1 74 105 73 53 26
Binary 1010000 1001111 100000 0 1 111100 1000101 111011 101011 10110

Color Harmonies of #504F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F20

Black with #504F20

Text Example


Text Example

White with #504F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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