Shades of Mineral Green #42644A
Tints of Mineral Green #42644A
RGB
CMYK
RGB Variations
Color information
#42644A (or 0x42644A) is known color: Mineral Green. HEX triplet: 42, 64 and 4A. RGB value is (66,100,74). Sum of RGB (Red+Green+Blue) = 66+100+74=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #42644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42644A is #BD9BB5. Grayscale: #565656. Windows color (decimal): -12426166 or 4875330. OLE color: 4875330.
HSL color Cylindrical-coordinate representation of color #42644A: hue angle of 134.12º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #42644A is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 100 | 74 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.61 |
| HSL | 134.12º | 0.2% | 0.33% | - |
| HSV(B) | 134.12º | 0.34% | 0.39% | - |
| XYZ | 8.04 | 10.77 | 8.13 | - |
| YUV | 86.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 74 | 0.34 | 0 | 0.26 | 0.61 | 134.12 | 0.2 | 0.33 |
| Hex | 42 | 64 | 4A | 22 | 0 | 1A | 3D | 86 | 14 | 21 |
| Octal | 102 | 144 | 112 | 42 | 0 | 32 | 75 | 206 | 24 | 41 |
| Binary | 1000010 | 1100100 | 1001010 | 100010 | 0 | 11010 | 111101 | 10000110 | 10100 | 100001 |
Color Harmonies of #42644A
Complementary color
Monochromatic Colors of #42644A
Black with #42644A
Text Example
Text Example
White with #42644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42644A; }
p { color: rgb(66,100,74); }
H1.HeaderClassName
{
color: #42644A;
}
.AnyTagClassName
{
color: #42644A;
}
</style>
background-color css
<style>
a { background-color: #42644A; }
a { background-color: rgb(66,100,74); }
div.DivClassName
{
background-color: #42644A;
}
.BgClassName
{
background-color: #42644A;
}
</style>
border-color css
<style>
span { border-color: #42644A; }
span { border-color: rgb(66,100,74); }
td.TdClassName
{
border-color: #42644A;
}
.TagClassName
{
border-color: #42644A;
}
</style>