Html Css Color HEX #46471B Army green

📋 copy color: '#46471B'

red 70 ◦ green 71 ◦ blue 27

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

Shades of Army green #46471B

Tints of Army green #46471B

RGB

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

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

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 70 71 27 -
CMYK 0.01 0 0.62 0.72
HSL 61.36º 0.45% 0.19% -
HSV(B) 61.36º 0.62% 0.28% -
XYZ 4.98 5.89 1.91 -
YUV 65.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 70 71 27 0.01 0 0.62 0.72 61.36 0.45 0.19
Hex 46 47 1B 1 0 3E 48 3D 2D 13
Octal 106 107 33 1 0 76 110 75 55 23
Binary 1000110 1000111 11011 1 0 111110 1001000 111101 101101 10011

Color Harmonies of #46471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46471B

Black with #46471B

Text Example


Text Example

White with #46471B

Text Example


Text Example

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