Html Css Color HEX #46481D Army green

📋 copy color: '#46481D'

red 70 ◦ green 72 ◦ blue 29

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

Shades of Army green #46481D

Tints of Army green #46481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.11%

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

R = 40.94%
G = 42.11%
B = 16.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#46481D (or 0x46481D) is known color: Army green. HEX triplet: 46, 48 and 1D. RGB value is (70,72,29). Sum of RGB (Red+Green+Blue) = 70+72+29=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #46481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46481D is #B9B7E2. Grayscale: #424242. Windows color (decimal): -12171235 or 1919046. OLE color: 1919046.

HSL color Cylindrical-coordinate representation of color #46481D: hue angle of 62.79º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46481D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 72 29 -
CMYK 0.03 0 0.60 0.72
HSL 62.79º 0.43% 0.2% -
HSV(B) 62.79º 0.6% 0.28% -
XYZ 5.06 6.03 2.06 -
YUV 66.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 70 72 29 0.03 0 0.60 0.72 62.79 0.43 0.2
Hex 46 48 1D 3 0 3C 48 3F 2B 14
Octal 106 110 35 3 0 74 110 77 53 24
Binary 1000110 1001000 11101 11 0 111100 1001000 111111 101011 10100

Color Harmonies of #46481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46481D

Black with #46481D

Text Example


Text Example

White with #46481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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