#46481C

Color #46481C Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #46481C

Tints of Army green #46481C

Color information

#46481C (or 0x46481C) is unknown color: approx 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

RGB707228-
CMYK0.0300.610.72
HSL62.73º44%19.61%-
HSV(B)62.73º61.11%28.24%-
XYZ5.056.021.99-
YUV66.39106.34130.58-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072280.0300.610.7262.734419.61
Hex46481C303D483f2c14
Octal106110343075110775424
Binary1000110100100011100110111101100100011111110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>