#45481D

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

Shades of Army green #45481D

Tints of Army green #45481D

Color information

#45481D (or 0x45481D) is unknown color: approx Army green. HEX triplet: 45, 48 and 1D. RGB value is (69,72,29). Sum of RGB (Red+Green+Blue) = 69+72+29=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #45481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45481D is #BAB7E2. Grayscale: #424242. Windows color (decimal): -12236771 or 1919045. OLE color: 1919045.

HSL color Cylindrical-coordinate representation of color #45481D: hue angle of 64.19º 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 #45481D is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB697229-
CMYK0.0400.600.72
HSL64.19º42.57%19.8%-
HSV(B)64.19º59.72%28.24%-
XYZ4.995.992.06-
YUV66.2107.01130-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 72 (28.52% from 255) = 42.35%
BLUE value IS 29 (11.72% from 255) = 17.06%
R=40.59%
G=42.35%
B=17.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6972290.0400.600.7264.1942.5719.8
Hex45481D403C48402b14
Octal1051103540741101005324
Binary100010110010001110110001111001001000100000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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