#476d52

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

Shades of Mineral Green #476D52

Tints of Mineral Green #476D52

Color information

#476D52 (or 0x476D52) is unknown color: approx Mineral Green. HEX triplet: 47, 6D and 52. RGB value is (71,109,82). Sum of RGB (Red+Green+Blue) = 71+109+82=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 109 - color contains mainly: green. Hex color #476D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D52 is #B892AD. Grayscale: #5E5E5E. Windows color (decimal): -12096174 or 5401927. OLE color: 5401927.

HSL color Cylindrical-coordinate representation of color #476D52: hue angle of 137.37º 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 #476D52 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB7110982-
CMYK0.3500.250.57
HSL137.37º21.11%35.29%-
HSV(B)137.37º34.86%42.75%-
XYZ9.5912.899.96-
YUV94.56120.91111.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 109 (42.97% from 255) = 41.60%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=27.10%
G=41.60%
B=31.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71109820.3500.250.57137.3721.1135.29
Hex476D522301939891523
Octal10715512243031712112543
Binary1000111110110110100101000110110011110011000100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476d52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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