#505324

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

Shades of Army green #505324

Tints of Army green #505324

Color information

#505324 (or 0x505324) is unknown color: approx Army green. HEX triplet: 50, 53 and 24. RGB value is (80,83,36). Sum of RGB (Red+Green+Blue) = 80+83+36=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #505324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505324 is #AFACDB. Grayscale: #4C4C4C. Windows color (decimal): -11513052 or 2380624. OLE color: 2380624.

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

Color convert

RGB808336-
CMYK0.0400.570.67
HSL63.83º39.5%23.33%-
HSV(B)63.83º56.63%32.55%-
XYZ6.728.022.86-
YUV76.74105.01130.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=40.20%
G=41.71%
B=18.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083360.0400.570.6763.8339.523.33
Hex505324403943402717
Octal1201234440711031004727
Binary1010000101001110010010001110011000011100000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505324; }

 p { color: rgb(80,83,36); }

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

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

 a { background-color: rgb(80,83,36); }

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

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

 span { border-color: rgb(80,83,36); }

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