Shades of Mineral Green #41684C
Tints of Mineral Green #41684C
RGB
CMYK
RGB Variations
Color information
#41684C (or 0x41684C) is known color: Mineral Green. HEX triplet: 41, 68 and 4C. RGB value is (65,104,76). Sum of RGB (Red+Green+Blue) = 65+104+76=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #41684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41684C is #BE97B3. Grayscale: #595959. Windows color (decimal): -12490676 or 5007425. OLE color: 5007425.
HSL color Cylindrical-coordinate representation of color #41684C: hue angle of 136.92º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #41684C is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 104 | 76 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.59 |
| HSL | 136.92º | 0.23% | 0.33% | - |
| HSV(B) | 136.92º | 0.38% | 0.41% | - |
| XYZ | 8.43 | 11.55 | 8.62 | - |
| YUV | 89.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 76 | 0.38 | 0 | 0.27 | 0.59 | 136.92 | 0.23 | 0.33 |
| Hex | 41 | 68 | 4C | 26 | 0 | 1B | 3B | 89 | 17 | 21 |
| Octal | 101 | 150 | 114 | 46 | 0 | 33 | 73 | 211 | 27 | 41 |
| Binary | 1000001 | 1101000 | 1001100 | 100110 | 0 | 11011 | 111011 | 10001001 | 10111 | 100001 |
Color Harmonies of #41684C
Complementary color
Monochromatic Colors of #41684C
Black with #41684C
Text Example
Text Example
White with #41684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41684C; }
p { color: rgb(65,104,76); }
H1.HeaderClassName
{
color: #41684C;
}
.AnyTagClassName
{
color: #41684C;
}
</style>
background-color css
<style>
a { background-color: #41684C; }
a { background-color: rgb(65,104,76); }
div.DivClassName
{
background-color: #41684C;
}
.BgClassName
{
background-color: #41684C;
}
</style>
border-color css
<style>
span { border-color: #41684C; }
span { border-color: rgb(65,104,76); }
td.TdClassName
{
border-color: #41684C;
}
.TagClassName
{
border-color: #41684C;
}
</style>