#476852

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

Shades of Mineral Green #476852

Tints of Mineral Green #476852

Color information

#476852 (or 0x476852) is unknown color: approx Mineral Green. HEX triplet: 47, 68 and 52. RGB value is (71,104,82). Sum of RGB (Red+Green+Blue) = 71+104+82=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #476852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476852 is #B897AD. Grayscale: #5B5B5B. Windows color (decimal): -12097454 or 5400647. OLE color: 5400647.

HSL color Cylindrical-coordinate representation of color #476852: hue angle of 140º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476852 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB7110482-
CMYK0.3200.210.59
HSL140º18.86%34.31%-
HSV(B)140º31.73%40.78%-
XYZ9.0711.859.79-
YUV91.62122.57113.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=27.63%
G=40.47%
B=31.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104820.3200.210.5914018.8634.31
Hex476852200153B8c1322
Octal10715012240025732142342
Binary1000111110100010100101000000101011110111000110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476852; }

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

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

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

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

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

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

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

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