#47644F

Color #47644F Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #47644F

Tints of Mineral Green #47644F

Color information

#47644F (or 0x47644F) is unknown color: approx Mineral Green. HEX triplet: 47, 64 and 4F. RGB value is (71,100,79). Sum of RGB (Red+Green+Blue) = 71+100+79=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #47644F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47644F is #B89BB0. Grayscale: #585858. Windows color (decimal): -12098481 or 5203015. OLE color: 5203015.

HSL color Cylindrical-coordinate representation of color #47644F: hue angle of 136.55º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #47644F is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB7110079-
CMYK0.2900.210.61
HSL136.55º16.96%33.53%-
HSV(B)136.55º29%39.22%-
XYZ8.5711.029.07-
YUV88.94122.39115.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 100 (39.45% from 255) = 40%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=28.4%
G=40%
B=31.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71100790.2900.210.61136.5516.9633.53
Hex47644F1D0153D891122
Octal10714411735025752112142
Binary100011111001001001111111010101011111011000100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,100,79); }

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

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

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

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

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

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

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