#505421

Color #505421 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #505421

Tints of Army green #505421

Color information

#505421 (or 0x505421) is unknown color: approx Army green. HEX triplet: 50, 54 and 21. RGB value is (80,84,33). Sum of RGB (Red+Green+Blue) = 80+84+33=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #505421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505421 is #AFABDE. Grayscale: #4D4D4D. Windows color (decimal): -11512799 or 2184272. OLE color: 2184272.

HSL color Cylindrical-coordinate representation of color #505421: hue angle of 64.71º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #505421 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB808433-
CMYK0.0500.610.67
HSL64.71º43.59%22.94%-
HSV(B)64.71º60.71%32.94%-
XYZ6.758.162.66-
YUV76.99103.17130.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=40.61%
G=42.64%
B=16.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084330.0500.610.6764.7143.5922.94
Hex505421503D43412c17
Octal1201244150751031015427
Binary1010000101010010000110101111011000011100000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505421; }

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

 H1.HeaderClassName
 {
   color: #505421;
 }
 .AnyTagClassName
 {
   color: #505421;
 }
</style>
background-color css

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

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

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

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

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

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