#476D51

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

Shades of Mineral Green #476D51

Tints of Mineral Green #476D51

Color information

#476D51 (or 0x476D51) is unknown color: approx Mineral Green. HEX triplet: 47, 6D and 51. RGB value is (71,109,81). Sum of RGB (Red+Green+Blue) = 71+109+81=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #476D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D51 is #B892AE. Grayscale: #5E5E5E. Windows color (decimal): -12096175 or 5336391. OLE color: 5336391.

HSL color Cylindrical-coordinate representation of color #476D51: hue angle of 135.79º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476D51 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB7110981-
CMYK0.3500.260.57
HSL135.79º21.11%35.29%-
HSV(B)135.79º34.86%42.75%-
XYZ9.5512.879.77-
YUV94.45120.41111.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 109 (42.97% from 255) = 41.76%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=27.20%
G=41.76%
B=31.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71109810.3500.260.57135.7921.1135.29
Hex476D512301A39881523
Octal10715512143032712102543
Binary1000111110110110100011000110110101110011000100010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476D51; }

 p { color: rgb(71,109,81); }

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

<style>
 a { background-color: #476D51; }

 a { background-color: rgb(71,109,81); }

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

<style>
 span { border-color: #476D51; }

 span { border-color: rgb(71,109,81); }

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