#505819

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

Shades of Army green #505819

Tints of Army green #505819

Color information

#505819 (or 0x505819) is unknown color: approx Army green. HEX triplet: 50, 58 and 19. RGB value is (80,88,25). Sum of RGB (Red+Green+Blue) = 80+88+25=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #505819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505819 is #AFA7E6. Grayscale: #4E4E4E. Windows color (decimal): -11511783 or 1661008. OLE color: 1661008.

HSL color Cylindrical-coordinate representation of color #505819: hue angle of 67.62º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #505819 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB808825-
CMYK0.0900.720.65
HSL67.62º55.75%22.16%-
HSV(B)67.62º71.59%34.51%-
XYZ6.978.762.24-
YUV78.4397.85129.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 88 (34.77% from 255) = 45.60%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=41.45%
G=45.60%
B=12.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088250.0900.720.6567.6255.7522.16
Hex505819904841443816
Octal120130311101101011047026
Binary10100001011000110011001010010001000001100010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505819; }

 p { color: rgb(80,88,25); }

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

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

 a { background-color: rgb(80,88,25); }

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

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

 span { border-color: rgb(80,88,25); }

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