#505121

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

Shades of Army green #505121

Tints of Army green #505121

Color information

#505121 (or 0x505121) is unknown color: approx Army green. HEX triplet: 50, 51 and 21. RGB value is (80,81,33). Sum of RGB (Red+Green+Blue) = 80+81+33=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #505121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505121 is #AFAEDE. Grayscale: #4B4B4B. Windows color (decimal): -11513567 or 2183504. OLE color: 2183504.

HSL color Cylindrical-coordinate representation of color #505121: hue angle of 61.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #505121 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB808133-
CMYK0.0100.590.68
HSL61.25º42.11%22.35%-
HSV(B)61.25º59.26%31.76%-
XYZ6.537.72.58-
YUV75.23104.17131.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=41.24%
G=41.75%
B=17.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081330.0100.590.6861.2542.1122.35
Hex505121103B443d2a16
Octal120121411073104755226
Binary1010000101000110000110111011100010011110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505121; }

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

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

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

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

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

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

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

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