#464618

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

Shades of Army green #464618

Tints of Army green #464618

Color information

#464618 (or 0x464618) is unknown color: approx Army green. HEX triplet: 46, 46 and 18. RGB value is (70,70,24). Sum of RGB (Red+Green+Blue) = 70+70+24=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464618 is #B9B9E7. Grayscale: #404040. Windows color (decimal): -12171752 or 1590854. OLE color: 1590854.

HSL color Cylindrical-coordinate representation of color #464618: hue angle of 60º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464618 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB707024-
CMYK000.660.73
HSL60º48.94%18.43%-
HSV(B)60º65.71%27.45%-
XYZ4.885.751.72-
YUV64.76105131.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=42.68%
G=42.68%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal707024000.660.736048.9418.43
Hex4646180042493c3112
Octal1061063000102111746122
Binary1000110100011011000001000010100100111110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464618; }

 p { color: rgb(70,70,24); }

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

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

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

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

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

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

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