#494B18

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

Shades of Army green #494B18

Tints of Army green #494B18

Color information

#494B18 (or 0x494B18) is unknown color: approx Army green. HEX triplet: 49, 4B and 18. RGB value is (73,75,24). Sum of RGB (Red+Green+Blue) = 73+75+24=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #494B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494B18 is #B6B4E7. Grayscale: #444444. Windows color (decimal): -11973864 or 1592137. OLE color: 1592137.

HSL color Cylindrical-coordinate representation of color #494B18: hue angle of 62.35º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #494B18 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB737524-
CMYK0.0300.680.71
HSL62.35º51.52%19.41%-
HSV(B)62.35º68%29.41%-
XYZ5.436.511.84-
YUV68.59102.84131.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.44%
GREEN value IS 75 (29.69% from 255) = 43.60%
BLUE value IS 24 (9.77% from 255) = 13.95%
R=42.44%
G=43.60%
B=13.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7375240.0300.680.7162.3551.5219.41
Hex494B183044473e3413
Octal1111133030104107766423
Binary10010011001011110001101000100100011111111011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494B18; }

 p { color: rgb(73,75,24); }

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

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

 a { background-color: rgb(73,75,24); }

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

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

 span { border-color: rgb(73,75,24); }

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