#476B51

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

Shades of Mineral Green #476B51

Tints of Mineral Green #476B51

Color information

#476B51 (or 0x476B51) is unknown color: approx Mineral Green. HEX triplet: 47, 6B and 51. RGB value is (71,107,81). Sum of RGB (Red+Green+Blue) = 71+107+81=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 107 - color contains mainly: green. Hex color #476B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B51 is #B894AE. Grayscale: #5D5D5D. Windows color (decimal): -12096687 or 5335879. OLE color: 5335879.

HSL color Cylindrical-coordinate representation of color #476B51: hue angle of 136.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476B51 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB7110781-
CMYK0.3400.240.58
HSL136.67º20.22%34.9%-
HSV(B)136.67º33.64%41.96%-
XYZ9.3412.459.7-
YUV93.27121.07112.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 107 (42.19% from 255) = 41.31%
BLUE value IS 81 (32.03% from 255) = 31.27%
R=27.41%
G=41.31%
B=31.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71107810.3400.240.58136.6720.2234.9
Hex476B51220183A891423
Octal10715312142030722112443
Binary1000111110101110100011000100110001110101000100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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