#505818

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

Shades of Army green #505818

Tints of Army green #505818

Color information

#505818 (or 0x505818) is unknown color: approx Army green. HEX triplet: 50, 58 and 18. RGB value is (80,88,24). Sum of RGB (Red+Green+Blue) = 80+88+24=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #505818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505818 is #AFA7E7. Grayscale: #4E4E4E. Windows color (decimal): -11511784 or 1595472. OLE color: 1595472.

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

Color convert

RGB808824-
CMYK0.0900.730.65
HSL67.5º57.14%21.96%-
HSV(B)67.5º72.73%34.51%-
XYZ6.968.752.19-
YUV78.3197.35129.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 88 (34.77% from 255) = 45.83%
BLUE value IS 24 (9.77% from 255) = 12.5%
R=41.67%
G=45.83%
B=12.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088240.0900.730.6567.557.1421.96
Hex505818904941443916
Octal120130301101111011047126
Binary10100001011000110001001010010011000001100010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505818; }

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

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

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

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

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

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

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

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