Html Css Color HEX #46471A Army green

📋 copy color: '#46471A'

red 70 ◦ green 71 ◦ blue 26

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

Shades of Army green #46471A

Tints of Army green #46471A

RGB

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

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

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 70 71 26 -
CMYK 0.01 0 0.63 0.72
HSL 61.33º 0.46% 0.19% -
HSV(B) 61.33º 0.63% 0.28% -
XYZ 4.97 5.88 1.85 -
YUV 65.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 70 71 26 0.01 0 0.63 0.72 61.33 0.46 0.19
Hex 46 47 1A 1 0 3F 48 3D 2E 13
Octal 106 107 32 1 0 77 110 75 56 23
Binary 1000110 1000111 11010 1 0 111111 1001000 111101 101110 10011

Color Harmonies of #46471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46471A

Black with #46471A

Text Example


Text Example

White with #46471A

Text Example


Text Example

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