Shades of Mineral Green #42664C
Tints of Mineral Green #42664C
RGB
CMYK
RGB Variations
Color information
#42664C (or 0x42664C) is known color: Mineral Green. HEX triplet: 42, 66 and 4C. RGB value is (66,102,76). Sum of RGB (Red+Green+Blue) = 66+102+76=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #42664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42664C is #BD99B3. Grayscale: #585858. Windows color (decimal): -12425652 or 5006914. OLE color: 5006914.
HSL color Cylindrical-coordinate representation of color #42664C: hue angle of 136.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42664C is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 66 | 102 | 76 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.6 |
| HSL | 136.67º | 0.21% | 0.33% | - |
| HSV(B) | 136.67º | 0.35% | 0.4% | - |
| XYZ | 8.3 | 11.18 | 8.56 | - |
| YUV | 88.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 76 | 0.35 | 0 | 0.25 | 0.6 | 136.67 | 0.21 | 0.33 |
| Hex | 42 | 66 | 4C | 23 | 0 | 19 | 3C | 89 | 15 | 21 |
| Octal | 102 | 146 | 114 | 43 | 0 | 31 | 74 | 211 | 25 | 41 |
| Binary | 1000010 | 1100110 | 1001100 | 100011 | 0 | 11001 | 111100 | 10001001 | 10101 | 100001 |
Color Harmonies of #42664C
Complementary color
Monochromatic Colors of #42664C
Black with #42664C
Text Example
Text Example
White with #42664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42664C; }
p { color: rgb(66,102,76); }
H1.HeaderClassName
{
color: #42664C;
}
.AnyTagClassName
{
color: #42664C;
}
</style>
background-color css
<style>
a { background-color: #42664C; }
a { background-color: rgb(66,102,76); }
div.DivClassName
{
background-color: #42664C;
}
.BgClassName
{
background-color: #42664C;
}
</style>
border-color css
<style>
span { border-color: #42664C; }
span { border-color: rgb(66,102,76); }
td.TdClassName
{
border-color: #42664C;
}
.TagClassName
{
border-color: #42664C;
}
</style>