#474E1D

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

Shades of Army green #474E1D

Tints of Army green #474E1D

Color information

#474E1D (or 0x474E1D) is unknown color: approx Army green. HEX triplet: 47, 4E and 1D. RGB value is (71,78,29). Sum of RGB (Red+Green+Blue) = 71+78+29=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 78 - color contains mainly: green. Hex color #474E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E1D is #B8B1E2. Grayscale: #464646. Windows color (decimal): -12104163 or 1920583. OLE color: 1920583.

HSL color Cylindrical-coordinate representation of color #474E1D: hue angle of 68.57º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #474E1D is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB717829-
CMYK0.0900.630.69
HSL68.57º45.79%20.98%-
HSV(B)68.57º62.82%30.59%-
XYZ5.546.882.2-
YUV70.32104.68128.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 78 (30.86% from 255) = 43.82%
BLUE value IS 29 (11.72% from 255) = 16.29%
R=39.89%
G=43.82%
B=16.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7178290.0900.630.6968.5745.7920.98
Hex474E1D903F45452e15
Octal10711635110771051055625
Binary1000111100111011101100101111111000101100010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474E1D; }

 p { color: rgb(71,78,29); }

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

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

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

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

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

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

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