#47664F

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

Shades of Mineral Green #47664F

Tints of Mineral Green #47664F

Color information

#47664F (or 0x47664F) is unknown color: approx Mineral Green. HEX triplet: 47, 66 and 4F. RGB value is (71,102,79). Sum of RGB (Red+Green+Blue) = 71+102+79=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #47664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47664F is #B899B0. Grayscale: #5A5A5A. Windows color (decimal): -12097969 or 5203527. OLE color: 5203527.

HSL color Cylindrical-coordinate representation of color #47664F: hue angle of 135.48º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47664F is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB7110279-
CMYK0.3000.230.6
HSL135.48º17.92%33.92%-
HSV(B)135.48º30.39%40%-
XYZ8.7611.419.14-
YUV90.11121.73114.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=28.17%
G=40.48%
B=31.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102790.3000.230.6135.4817.9233.92
Hex47664F1E0173C871222
Octal10714611736027742072242
Binary100011111001101001111111100101111111001000011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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