#46471F

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

Shades of Army green #46471F

Tints of Army green #46471F

Color information

#46471F (or 0x46471F) is unknown color: approx Army green. HEX triplet: 46, 47 and 1F. RGB value is (70,71,31). Sum of RGB (Red+Green+Blue) = 70+71+31=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #46471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46471F is #B9B8E0. Grayscale: #424242. Windows color (decimal): -12171489 or 2049862. OLE color: 2049862.

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

Color convert

RGB707131-
CMYK0.0100.560.72
HSL61.5º39.22%20%-
HSV(B)61.5º56.34%27.84%-
XYZ5.035.912.17-
YUV66.14108.17130.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 31 (12.5% from 255) = 18.02%
R=40.70%
G=41.28%
B=18.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071310.0100.560.7261.539.2220
Hex46471F1038483e2714
Octal106107371070110764724
Binary100011010001111111110111000100100011111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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