#474719

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

Shades of Army green #474719

Tints of Army green #474719

Color information

#474719 (or 0x474719) is unknown color: approx Army green. HEX triplet: 47, 47 and 19. RGB value is (71,71,25). Sum of RGB (Red+Green+Blue) = 71+71+25=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474719 is #B8B8E6. Grayscale: #414141. Windows color (decimal): -12105959 or 1656647. OLE color: 1656647.

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

Color convert

RGB717125-
CMYK000.650.72
HSL60º47.92%18.82%-
HSV(B)60º64.79%27.84%-
XYZ5.035.921.8-
YUV65.76105131.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 25 (10.16% from 255) = 14.97%
R=42.51%
G=42.51%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717125000.650.726047.9218.82
Hex4747190041483c3013
Octal1071073100101110746023
Binary1000111100011111001001000001100100011110011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474719; }

 p { color: rgb(71,71,25); }

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

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

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

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

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

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

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