#505521

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

Shades of Army green #505521

Tints of Army green #505521

Color information

#505521 (or 0x505521) is unknown color: approx Army green. HEX triplet: 50, 55 and 21. RGB value is (80,85,33). Sum of RGB (Red+Green+Blue) = 80+85+33=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #505521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505521 is #AFAADE. Grayscale: #4D4D4D. Windows color (decimal): -11512543 or 2184528. OLE color: 2184528.

HSL color Cylindrical-coordinate representation of color #505521: hue angle of 65.77º 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 #505521 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB808533-
CMYK0.0600.610.67
HSL65.77º44.07%23.14%-
HSV(B)65.77º61.18%33.33%-
XYZ6.838.312.68-
YUV77.58102.84129.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 33 (13.28% from 255) = 16.67%
R=40.40%
G=42.93%
B=16.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085330.0600.610.6765.7744.0723.14
Hex505521603D43422c17
Octal1201254160751031025427
Binary1010000101010110000111001111011000011100001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505521; }

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

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

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

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

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

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

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

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