#46471B

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

Shades of Army green #46471B

Tints of Army green #46471B

Color information

#46471B (or 0x46471B) is unknown color: approx Army green. HEX triplet: 46, 47 and 1B. RGB value is (70,71,27). Sum of RGB (Red+Green+Blue) = 70+71+27=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #46471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46471B is #B9B8E4. Grayscale: #414141. Windows color (decimal): -12171493 or 1787718. OLE color: 1787718.

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

Color convert

RGB707127-
CMYK0.0100.620.72
HSL61.36º44.9%19.22%-
HSV(B)61.36º61.97%27.84%-
XYZ4.985.891.91-
YUV65.68106.17131.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=41.67%
G=42.26%
B=16.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071270.0100.620.7261.3644.919.22
Hex46471B103E483d2d13
Octal106107331076110755523
Binary100011010001111101110111110100100011110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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