#46471E

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

Shades of Army green #46471E

Tints of Army green #46471E

Color information

#46471E (or 0x46471E) is unknown color: approx Army green. HEX triplet: 46, 47 and 1E. RGB value is (70,71,30). Sum of RGB (Red+Green+Blue) = 70+71+30=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #46471E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46471E is #B9B8E1. Grayscale: #424242. Windows color (decimal): -12171490 or 1984326. OLE color: 1984326.

HSL color Cylindrical-coordinate representation of color #46471E: hue angle of 61.46º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46471E is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB707130-
CMYK0.0100.580.72
HSL61.46º40.59%19.8%-
HSV(B)61.46º57.75%27.84%-
XYZ5.015.92.1-
YUV66.03107.67130.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 71 (28.12% from 255) = 41.52%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=40.94%
G=41.52%
B=17.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071300.0100.580.7261.4640.5919.8
Hex46471E103A483d2914
Octal106107361072110755124
Binary100011010001111111010111010100100011110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46471E; }

 p { color: rgb(70,71,30); }

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

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

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

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

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

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

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