Html Css Color HEX #46471D Army green

📋 copy color: '#46471D'

red 70 ◦ green 71 ◦ blue 29

#46471D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #46471D

Tints of Army green #46471D

RGB

 RED value IS 70 (27.73% from 255) = 41.18%

 GREEN value IS 71 (28.13% 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 value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#46471D (or 0x46471D) is known color: 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

RGB 70 71 29 -
CMYK 0.01 0 0.59 0.72
HSL 61.43º 0.42% 0.2% -
HSV(B) 61.43º 0.59% 0.28% -
XYZ 5 5.9 2.04 -
YUV 65.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 70 71 29 0.01 0 0.59 0.72 61.43 0.42 0.2
Hex 46 47 1D 1 0 3B 48 3D 2A 14
Octal 106 107 35 1 0 73 110 75 52 24
Binary 1000110 1000111 11101 1 0 111011 1001000 111101 101010 10100

Color Harmonies of #46471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46471D

Black with #46471D

Text Example


Text Example

White with #46471D

Text Example


Text Example

HTML Codes & Css Web 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>