#47614C

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

Shades of Mineral Green #47614C

Tints of Mineral Green #47614C

Color information

#47614C (or 0x47614C) is unknown color: approx Mineral Green. HEX triplet: 47, 61 and 4C. RGB value is (71,97,76). Sum of RGB (Red+Green+Blue) = 71+97+76=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #47614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47614C is #B89EB3. Grayscale: #565656. Windows color (decimal): -12099252 or 5005639. OLE color: 5005639.

HSL color Cylindrical-coordinate representation of color #47614C: hue angle of 131.54º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47614C is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB719776-
CMYK0.2700.220.62
HSL131.54º15.48%32.94%-
HSV(B)131.54º26.8%38.04%-
XYZ8.1810.418.42-
YUV86.83121.89116.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 76 (30.08% from 255) = 31.15%
R=29.10%
G=39.75%
B=31.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197760.2700.220.62131.5415.4832.94
Hex47614C1B0163E84f21
Octal10714111433026762041741
Binary10001111100001100110011011010110111110100001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47614C; }

 p { color: rgb(71,97,76); }

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

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

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

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

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

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

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