Html Css Color HEX #46461A Army green

📋 copy color: '#46461A'

red 70 ◦ green 70 ◦ blue 26

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

Shades of Army green #46461A

Tints of Army green #46461A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.66%

R = 42.17%
G = 42.17%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46461A (or 0x46461A) is known color: Army green. HEX triplet: 46, 46 and 1A. RGB value is (70,70,26). Sum of RGB (Red+Green+Blue) = 70+70+26=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46461A is #B9B9E5. Grayscale: #414141. Windows color (decimal): -12171750 or 1721926. OLE color: 1721926.

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

Color convert

RGB 70 70 26 -
CMYK 0 0 0.63 0.73
HSL 60º 0.46% 0.19% -
HSV(B) 60º 0.63% 0.27% -
XYZ 4.9 5.76 1.83 -
YUV 64.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 70 70 26 0 0 0.63 0.73 60 0.46 0.19
Hex 46 46 1A 0 0 3F 49 3C 2E 13
Octal 106 106 32 0 0 77 111 74 56 23
Binary 1000110 1000110 11010 0 0 111111 1001001 111100 101110 10011

Color Harmonies of #46461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46461A

Black with #46461A

Text Example


Text Example

White with #46461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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