#476651

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

Shades of Mineral Green #476651

Tints of Mineral Green #476651

Color information

#476651 (or 0x476651) is unknown color: approx Mineral Green. HEX triplet: 47, 66 and 51. RGB value is (71,102,81). Sum of RGB (Red+Green+Blue) = 71+102+81=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #476651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476651 is #B899AE. Grayscale: #5A5A5A. Windows color (decimal): -12097967 or 5334599. OLE color: 5334599.

HSL color Cylindrical-coordinate representation of color #476651: hue angle of 139.35º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #476651 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB7110281-
CMYK0.3000.210.6
HSL139.35º17.92%33.92%-
HSV(B)139.35º30.39%40%-
XYZ8.8411.449.53-
YUV90.34122.73114.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 81 (32.03% from 255) = 31.89%
R=27.95%
G=40.16%
B=31.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102810.3000.210.6139.3517.9233.92
Hex4766511E0153C8b1222
Octal10714612136025742132242
Binary100011111001101010001111100101011111001000101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476651; }

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

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

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

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

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

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

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

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