#45471C

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

Shades of Army green #45471C

Tints of Army green #45471C

Color information

#45471C (or 0x45471C) is unknown color: approx Army green. HEX triplet: 45, 47 and 1C. RGB value is (69,71,28). Sum of RGB (Red+Green+Blue) = 69+71+28=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #45471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45471C is #BAB8E3. Grayscale: #414141. Windows color (decimal): -12237028 or 1853253. OLE color: 1853253.

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

Color convert

RGB697128-
CMYK0.0300.610.72
HSL62.79º43.43%19.41%-
HSV(B)62.79º60.56%27.84%-
XYZ4.925.861.97-
YUV65.5106.84130.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=41.07%
G=42.26%
B=16.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971280.0300.610.7262.7943.4319.41
Hex45471C303D483f2b13
Octal105107343075110775323
Binary1000101100011111100110111101100100011111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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