#476B52

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

Shades of Mineral Green #476B52

Tints of Mineral Green #476B52

Color information

#476B52 (or 0x476B52) is unknown color: approx Mineral Green. HEX triplet: 47, 6B and 52. RGB value is (71,107,82). Sum of RGB (Red+Green+Blue) = 71+107+82=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #476B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B52 is #B894AD. Grayscale: #5D5D5D. Windows color (decimal): -12096686 or 5401415. OLE color: 5401415.

HSL color Cylindrical-coordinate representation of color #476B52: hue angle of 138.33º 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 #476B52 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB7110782-
CMYK0.3400.230.58
HSL138.33º20.22%34.9%-
HSV(B)138.33º33.64%41.96%-
XYZ9.3812.469.89-
YUV93.39121.57112.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 107 (42.19% from 255) = 41.15%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=27.31%
G=41.15%
B=31.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71107820.3400.230.58138.3320.2234.9
Hex476B52220173A8a1423
Octal10715312242027722122443
Binary1000111110101110100101000100101111110101000101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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