#464E1F

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

Shades of Army green #464E1F

Tints of Army green #464E1F

Color information

#464E1F (or 0x464E1F) is unknown color: approx Army green. HEX triplet: 46, 4E and 1F. RGB value is (70,78,31). Sum of RGB (Red+Green+Blue) = 70+78+31=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 78 - color contains mainly: green. Hex color #464E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E1F is #B9B1E0. Grayscale: #464646. Windows color (decimal): -12169697 or 2051654. OLE color: 2051654.

HSL color Cylindrical-coordinate representation of color #464E1F: hue angle of 70.21º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #464E1F is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB707831-
CMYK0.1000.600.69
HSL70.21º43.12%21.37%-
HSV(B)70.21º60.26%30.59%-
XYZ5.56.852.33-
YUV70.25105.85127.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 78 (30.86% from 255) = 43.58%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=39.11%
G=43.58%
B=17.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7078310.1000.600.6970.2143.1221.37
Hex464E1FA03C45462b15
Octal10611637120741051065325
Binary1000110100111011111101001111001000101100011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,78,31); }

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

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

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

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

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

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

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