Shades of Mineral Green #42654B
Tints of Mineral Green #42654B
RGB
CMYK
RGB Variations
Color information
#42654B (or 0x42654B) is known color: Mineral Green. HEX triplet: 42, 65 and 4B. RGB value is (66,101,75). Sum of RGB (Red+Green+Blue) = 66+101+75=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #42654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42654B is #BD9AB4. Grayscale: #575757. Windows color (decimal): -12425909 or 4941122. OLE color: 4941122.
HSL color Cylindrical-coordinate representation of color #42654B: hue angle of 135.43º 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 #42654B is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 101 | 75 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.60 |
| HSL | 135.43º | 0.21% | 0.33% | - |
| HSV(B) | 135.43º | 0.35% | 0.4% | - |
| XYZ | 8.17 | 10.97 | 8.34 | - |
| YUV | 87.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 75 | 0.35 | 0 | 0.26 | 0.60 | 135.43 | 0.21 | 0.33 |
| Hex | 42 | 65 | 4B | 23 | 0 | 1A | 3C | 87 | 15 | 21 |
| Octal | 102 | 145 | 113 | 43 | 0 | 32 | 74 | 207 | 25 | 41 |
| Binary | 1000010 | 1100101 | 1001011 | 100011 | 0 | 11010 | 111100 | 10000111 | 10101 | 100001 |
Color Harmonies of #42654B
Complementary color
Monochromatic Colors of #42654B
Black with #42654B
Text Example
Text Example
White with #42654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42654B; }
p { color: rgb(66,101,75); }
H1.HeaderClassName
{
color: #42654B;
}
.AnyTagClassName
{
color: #42654B;
}
</style>
background-color css
<style>
a { background-color: #42654B; }
a { background-color: rgb(66,101,75); }
div.DivClassName
{
background-color: #42654B;
}
.BgClassName
{
background-color: #42654B;
}
</style>
border-color css
<style>
span { border-color: #42654B; }
span { border-color: rgb(66,101,75); }
td.TdClassName
{
border-color: #42654B;
}
.TagClassName
{
border-color: #42654B;
}
</style>