#474617

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

Shades of Army green #474617

Tints of Army green #474617

Color information

#474617 (or 0x474617) is unknown color: approx Army green. HEX triplet: 47, 46 and 17. RGB value is (71,70,23). Sum of RGB (Red+Green+Blue) = 71+70+23=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #474617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474617 is #B8B9E8. Grayscale: #414141. Windows color (decimal): -12106217 or 1525319. OLE color: 1525319.

HSL color Cylindrical-coordinate representation of color #474617: hue angle of 58.75º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474617 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB717023-
CMYK00.010.680.72
HSL58.75º51.06%18.43%-
HSV(B)58.75º67.61%27.84%-
XYZ4.945.781.67-
YUV64.94104.33132.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=43.29%
G=42.68%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71702300.010.680.7258.7551.0618.43
Hex4746170144483b3312
Octal1071062701104110736322
Binary1000111100011010111011000100100100011101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474617; }

 p { color: rgb(71,70,23); }

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

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

 a { background-color: rgb(71,70,23); }

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

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

 span { border-color: rgb(71,70,23); }

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