Html Css Color HEX #46461D Army green

📋 copy color: '#46461D'

red 70 ◦ green 70 ◦ blue 29

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

Shades of Army green #46461D

Tints of Army green #46461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 41.42%
G = 41.42%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46461D (or 0x46461D) is known color: Army green. HEX triplet: 46, 46 and 1D. RGB value is (70,70,29). Sum of RGB (Red+Green+Blue) = 70+70+29=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46461D is #B9B9E2. Grayscale: #414141. Windows color (decimal): -12171747 or 1918534. OLE color: 1918534.

HSL color Cylindrical-coordinate representation of color #46461D: hue angle of 60º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46461D is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 70 29 -
CMYK 0 0 0.59 0.73
HSL 60º 0.41% 0.19% -
HSV(B) 60º 0.59% 0.27% -
XYZ 4.94 5.77 2.02 -
YUV 65.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 70 70 29 0 0 0.59 0.73 60 0.41 0.19
Hex 46 46 1D 0 0 3B 49 3C 29 13
Octal 106 106 35 0 0 73 111 74 51 23
Binary 1000110 1000110 11101 0 0 111011 1001001 111100 101001 10011

Color Harmonies of #46461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46461D

Black with #46461D

Text Example


Text Example

White with #46461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46461D; }

 p { color: rgb(70,70,29); }

 H1.HeaderClassName
 {
   color: #46461D;
 }
 .AnyTagClassName
 {
   color: #46461D;
 }
</style>

background-color css

<style>
 a { background-color: #46461D; }

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

 div.DivClassName
 {
   background-color: #46461D;
 }
 .BgClassName
 {
   background-color: #46461D;
 }
</style>

border-color css

<style>
 span { border-color: #46461D; }

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

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