#505922

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

Shades of Army green #505922

Tints of Army green #505922

Color information

#505922 (or 0x505922) is unknown color: approx Army green. HEX triplet: 50, 59 and 22. RGB value is (80,89,34). Sum of RGB (Red+Green+Blue) = 80+89+34=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #505922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505922 is #AFA6DD. Grayscale: #505050. Windows color (decimal): -11511518 or 2251088. OLE color: 2251088.

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

Color convert

RGB808934-
CMYK0.1000.620.65
HSL69.82º44.72%24.12%-
HSV(B)69.82º61.8%34.9%-
XYZ7.178.972.87-
YUV80.04102.02127.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 89 (35.16% from 255) = 43.84%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=39.41%
G=43.84%
B=16.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089340.1000.620.6569.8244.7224.12
Hex505922A03E41462d18
Octal12013142120761011065530
Binary10100001011001100010101001111101000001100011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505922; }

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

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

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

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

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

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

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

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