#46481B

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

Shades of Army green #46481B

Tints of Army green #46481B

Color information

#46481B (or 0x46481B) is unknown color: approx Army green. HEX triplet: 46, 48 and 1B. RGB value is (70,72,27). Sum of RGB (Red+Green+Blue) = 70+72+27=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #46481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46481B is #B9B7E4. Grayscale: #424242. Windows color (decimal): -12171237 or 1787974. OLE color: 1787974.

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

Color convert

RGB707227-
CMYK0.0300.620.72
HSL62.67º45.45%19.41%-
HSV(B)62.67º62.5%28.24%-
XYZ5.046.021.93-
YUV66.27105.84130.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 72 (28.52% from 255) = 42.60%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=41.42%
G=42.60%
B=15.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072270.0300.620.7262.6745.4519.41
Hex46481B303E483f2d13
Octal106110333076110775523
Binary1000110100100011011110111110100100011111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #46481B;
 }
 .AnyTagClassName
 {
   color: #46481B;
 }
</style>
background-color css

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

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

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

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

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

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