#464A1D

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

Shades of Army green #464A1D

Tints of Army green #464A1D

Color information

#464A1D (or 0x464A1D) is unknown color: approx Army green. HEX triplet: 46, 4A and 1D. RGB value is (70,74,29). Sum of RGB (Red+Green+Blue) = 70+74+29=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #464A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A1D is #B9B5E2. Grayscale: #434343. Windows color (decimal): -12170723 or 1919558. OLE color: 1919558.

HSL color Cylindrical-coordinate representation of color #464A1D: hue angle of 65.33º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #464A1D is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB707429-
CMYK0.0500.610.71
HSL65.33º43.69%20.2%-
HSV(B)65.33º60.81%29.02%-
XYZ5.26.292.1-
YUV67.67106.17129.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 74 (29.30% from 255) = 42.77%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=40.46%
G=42.77%
B=16.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7074290.0500.610.7165.3343.6920.2
Hex464A1D503D47412c14
Octal1061123550751071015424
Binary100011010010101110110101111011000111100000110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464A1D; }

 p { color: rgb(70,74,29); }

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

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

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

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

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

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

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