#47501F

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

Shades of Army green #47501F

Tints of Army green #47501F

Color information

#47501F (or 0x47501F) is unknown color: approx Army green. HEX triplet: 47, 50 and 1F. RGB value is (71,80,31). Sum of RGB (Red+Green+Blue) = 71+80+31=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #47501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47501F is #B8AFE0. Grayscale: #474747. Windows color (decimal): -12103649 or 2052167. OLE color: 2052167.

HSL color Cylindrical-coordinate representation of color #47501F: hue angle of 71.02º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47501F is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB718031-
CMYK0.1100.610.69
HSL71.02º44.14%21.76%-
HSV(B)71.02º61.25%31.37%-
XYZ5.717.182.38-
YUV71.72105.02127.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=39.01%
G=43.96%
B=17.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180310.1100.610.6971.0244.1421.76
Hex47501FB03D45472c16
Octal10712037130751051075426
Binary1000111101000011111101101111011000101100011110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47501F; }

 p { color: rgb(71,80,31); }

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

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

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

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

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

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

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