#46471A

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

Shades of Army green #46471A

Tints of Army green #46471A

Color information

#46471A (or 0x46471A) is unknown color: approx Army green. HEX triplet: 46, 47 and 1A. RGB value is (70,71,26). Sum of RGB (Red+Green+Blue) = 70+71+26=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #46471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46471A is #B9B8E5. Grayscale: #414141. Windows color (decimal): -12171494 or 1722182. OLE color: 1722182.

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

Color convert

RGB707126-
CMYK0.0100.630.72
HSL61.33º46.39%19.02%-
HSV(B)61.33º63.38%27.84%-
XYZ4.975.881.85-
YUV65.57105.67131.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=41.92%
G=42.51%
B=15.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071260.0100.630.7261.3346.3919.02
Hex46471A103F483d2e13
Octal106107321077110755623
Binary100011010001111101010111111100100011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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