#45471D

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

Shades of Army green #45471D

Tints of Army green #45471D

Color information

#45471D (or 0x45471D) is unknown color: approx Army green. HEX triplet: 45, 47 and 1D. RGB value is (69,71,29). Sum of RGB (Red+Green+Blue) = 69+71+29=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #45471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45471D is #BAB8E2. Grayscale: #414141. Windows color (decimal): -12237027 or 1918789. OLE color: 1918789.

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

Color convert

RGB697129-
CMYK0.0300.590.72
HSL62.86º42%19.61%-
HSV(B)62.86º59.15%27.84%-
XYZ4.935.862.03-
YUV65.61107.34130.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.83%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=40.83%
G=42.01%
B=17.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971290.0300.590.7262.864219.61
Hex45471D303B483f2a14
Octal105107353073110775224
Binary1000101100011111101110111011100100011111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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