Html Css Color HEX #505721 Army green

📋 copy color: '#505721'

red 80 ◦ green 87 ◦ blue 33

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

Shades of Army green #505721

Tints of Army green #505721

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.5%

 BLUE value IS 33 (13.28% from 255) = 16.5%

R = 40%
G = 43.5%
B = 16.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#505721 (or 0x505721) is known color: Army green. HEX triplet: 50, 57 and 21. RGB value is (80,87,33). Sum of RGB (Red+Green+Blue) = 80+87+33=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #505721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505721 is #AFA8DE. Grayscale: #4E4E4E. Windows color (decimal): -11512031 or 2185040. OLE color: 2185040.

HSL color Cylindrical-coordinate representation of color #505721: hue angle of 67.78º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #505721 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 87 33 -
CMYK 0.08 0 0.62 0.66
HSL 67.78º 0.45% 0.24% -
HSV(B) 67.78º 0.62% 0.34% -
XYZ 6.99 8.63 2.74 -
YUV 78.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 80 87 33 0.08 0 0.62 0.66 67.78 0.45 0.24
Hex 50 57 21 8 0 3E 42 44 2D 18
Octal 120 127 41 10 0 76 102 104 55 30
Binary 1010000 1010111 100001 1000 0 111110 1000010 1000100 101101 11000

Color Harmonies of #505721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505721

Black with #505721

Text Example


Text Example

White with #505721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505721; }

 p { color: rgb(80,87,33); }

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

background-color css

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

 a { background-color: rgb(80,87,33); }

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

border-color css

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

 span { border-color: rgb(80,87,33); }

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