Shades of Mineral Green #41664A
Tints of Mineral Green #41664A
RGB
CMYK
RGB Variations
Color information
#41664A (or 0x41664A) is known color: Mineral Green. HEX triplet: 41, 66 and 4A. RGB value is (65,102,74). Sum of RGB (Red+Green+Blue) = 65+102+74=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #41664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41664A is #BE99B5. Grayscale: #575757. Windows color (decimal): -12491190 or 4875841. OLE color: 4875841.
HSL color Cylindrical-coordinate representation of color #41664A: hue angle of 134.59º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41664A is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 102 | 74 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.6 |
| HSL | 134.59º | 0.22% | 0.33% | - |
| HSV(B) | 134.59º | 0.36% | 0.4% | - |
| XYZ | 8.17 | 11.12 | 8.19 | - |
| YUV | 87.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 74 | 0.36 | 0 | 0.27 | 0.6 | 134.59 | 0.22 | 0.33 |
| Hex | 41 | 66 | 4A | 24 | 0 | 1B | 3C | 87 | 16 | 21 |
| Octal | 101 | 146 | 112 | 44 | 0 | 33 | 74 | 207 | 26 | 41 |
| Binary | 1000001 | 1100110 | 1001010 | 100100 | 0 | 11011 | 111100 | 10000111 | 10110 | 100001 |
Color Harmonies of #41664A
Complementary color
Monochromatic Colors of #41664A
Black with #41664A
Text Example
Text Example
White with #41664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41664A; }
p { color: rgb(65,102,74); }
H1.HeaderClassName
{
color: #41664A;
}
.AnyTagClassName
{
color: #41664A;
}
</style>
background-color css
<style>
a { background-color: #41664A; }
a { background-color: rgb(65,102,74); }
div.DivClassName
{
background-color: #41664A;
}
.BgClassName
{
background-color: #41664A;
}
</style>
border-color css
<style>
span { border-color: #41664A; }
span { border-color: rgb(65,102,74); }
td.TdClassName
{
border-color: #41664A;
}
.TagClassName
{
border-color: #41664A;
}
</style>