Html Css Color HEX #46481C Army green

📋 copy color: '#46481C'

red 70 ◦ green 72 ◦ blue 28

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

Shades of Army green #46481C

Tints of Army green #46481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.47%

R = 41.18%
G = 42.35%
B = 16.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#46481C (or 0x46481C) is known color: Army green. HEX triplet: 46, 48 and 1C. RGB value is (70,72,28). Sum of RGB (Red+Green+Blue) = 70+72+28=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #46481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46481C is #B9B7E3. Grayscale: #424242. Windows color (decimal): -12171236 or 1853510. OLE color: 1853510.

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

Color convert

RGB 70 72 28 -
CMYK 0.03 0 0.61 0.72
HSL 62.73º 0.44% 0.2% -
HSV(B) 62.73º 0.61% 0.28% -
XYZ 5.05 6.02 1.99 -
YUV 66.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 70 72 28 0.03 0 0.61 0.72 62.73 0.44 0.2
Hex 46 48 1C 3 0 3D 48 3F 2C 14
Octal 106 110 34 3 0 75 110 77 54 24
Binary 1000110 1001000 11100 11 0 111101 1001000 111111 101100 10100

Color Harmonies of #46481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46481C

Black with #46481C

Text Example


Text Example

White with #46481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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