#46471D

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

Shades of Army green #46471D

Tints of Army green #46471D

Color information

#46471D (or 0x46471D) is unknown color: approx Army green. HEX triplet: 46, 47 and 1D. RGB value is (70,71,29). Sum of RGB (Red+Green+Blue) = 70+71+29=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #46471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46471D is #B9B8E2. Grayscale: #424242. Windows color (decimal): -12171491 or 1918790. OLE color: 1918790.

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

Color convert

RGB707129-
CMYK0.0100.590.72
HSL61.43º42%19.61%-
HSV(B)61.43º59.15%27.84%-
XYZ55.92.04-
YUV65.91107.17130.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 29 (11.72% from 255) = 17.06%
R=41.18%
G=41.76%
B=17.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071290.0100.590.7261.434219.61
Hex46471D103B483d2a14
Octal106107351073110755224
Binary100011010001111110110111011100100011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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