#45471E

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

Shades of Army green #45471E

Tints of Army green #45471E

Color information

#45471E (or 0x45471E) is unknown color: approx Army green. HEX triplet: 45, 47 and 1E. RGB value is (69,71,30). Sum of RGB (Red+Green+Blue) = 69+71+30=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #45471E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45471E is #BAB8E1. Grayscale: #414141. Windows color (decimal): -12237026 or 1984325. OLE color: 1984325.

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

Color convert

RGB697130-
CMYK0.0300.580.72
HSL62.93º40.59%19.8%-
HSV(B)62.93º57.75%27.84%-
XYZ4.945.872.1-
YUV65.73107.84130.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 30 (12.11% from 255) = 17.65%
R=40.59%
G=41.76%
B=17.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971300.0300.580.7262.9340.5919.8
Hex45471E303A483f2914
Octal105107363072110775124
Binary1000101100011111110110111010100100011111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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