#46481A

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

Shades of Army green #46481A

Tints of Army green #46481A

Color information

#46481A (or 0x46481A) is unknown color: approx Army green. HEX triplet: 46, 48 and 1A. RGB value is (70,72,26). Sum of RGB (Red+Green+Blue) = 70+72+26=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #46481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46481A is #B9B7E5. Grayscale: #424242. Windows color (decimal): -12171238 or 1722438. OLE color: 1722438.

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

Color convert

RGB707226-
CMYK0.0300.640.72
HSL62.61º46.94%19.22%-
HSV(B)62.61º63.89%28.24%-
XYZ5.036.011.87-
YUV66.16105.34130.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 72 (28.52% from 255) = 42.86%
BLUE value IS 26 (10.55% from 255) = 15.48%
R=41.67%
G=42.86%
B=15.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072260.0300.640.7262.6146.9419.22
Hex46481A3040483f2f13
Octal1061103230100110775723
Binary10001101001000110101101000000100100011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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