#45471B

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

Shades of Army green #45471B

Tints of Army green #45471B

Color information

#45471B (or 0x45471B) is unknown color: approx Army green. HEX triplet: 45, 47 and 1B. RGB value is (69,71,27). Sum of RGB (Red+Green+Blue) = 69+71+27=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #45471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45471B is #BAB8E4. Grayscale: #414141. Windows color (decimal): -12237029 or 1787717. OLE color: 1787717.

HSL color Cylindrical-coordinate representation of color #45471B: hue angle of 62.73º 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 #45471B is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB697127-
CMYK0.0300.620.72
HSL62.73º44.9%19.22%-
HSV(B)62.73º61.97%27.84%-
XYZ4.915.851.91-
YUV65.39106.34130.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.32%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 27 (10.94% from 255) = 16.17%
R=41.32%
G=42.51%
B=16.17%

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
Decimal6971270.0300.620.7262.7344.919.22
Hex45471B303E483f2d13
Octal105107333076110775523
Binary1000101100011111011110111110100100011111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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