#505921

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

Shades of Army green #505921

Tints of Army green #505921

Color information

#505921 (or 0x505921) is unknown color: approx Army green. HEX triplet: 50, 59 and 21. RGB value is (80,89,33). Sum of RGB (Red+Green+Blue) = 80+89+33=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #505921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505921 is #AFA6DE. Grayscale: #505050. Windows color (decimal): -11511519 or 2185552. OLE color: 2185552.

HSL color Cylindrical-coordinate representation of color #505921: hue angle of 69.64º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #505921 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB808933-
CMYK0.1000.630.65
HSL69.64º45.9%23.92%-
HSV(B)69.64º62.92%34.9%-
XYZ7.168.962.79-
YUV79.92101.52128.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 89 (35.16% from 255) = 44.06%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=39.60%
G=44.06%
B=16.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089330.1000.630.6569.6445.923.92
Hex505921A03F41462e18
Octal12013141120771011065630
Binary10100001011001100001101001111111000001100011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505921; }

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

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

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

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

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

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

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

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