Shades of Mineral Green #45644E
Tints of Mineral Green #45644E
RGB
CMYK
RGB Variations
Color information
#45644E (or 0x45644E) is known color: Mineral Green. HEX triplet: 45, 64 and 4E. RGB value is (69,100,78). Sum of RGB (Red+Green+Blue) = 69+100+78=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 100 - color contains mainly: green. Hex color #45644E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45644E is #BA9BB1. Grayscale: #585858. Windows color (decimal): -12229554 or 5137477. OLE color: 5137477.
HSL color Cylindrical-coordinate representation of color #45644E: hue angle of 137.42º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #45644E is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 100 | 78 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.61 |
| HSL | 137.42º | 0.18% | 0.33% | - |
| HSV(B) | 137.42º | 0.31% | 0.39% | - |
| XYZ | 8.39 | 10.93 | 8.88 | - |
| YUV | 88.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 78 | 0.31 | 0 | 0.22 | 0.61 | 137.42 | 0.18 | 0.33 |
| Hex | 45 | 64 | 4E | 1F | 0 | 16 | 3D | 89 | 12 | 21 |
| Octal | 105 | 144 | 116 | 37 | 0 | 26 | 75 | 211 | 22 | 41 |
| Binary | 1000101 | 1100100 | 1001110 | 11111 | 0 | 10110 | 111101 | 10001001 | 10010 | 100001 |
Color Harmonies of #45644E
Complementary color
Monochromatic Colors of #45644E
Black with #45644E
Text Example
Text Example
White with #45644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45644E; }
p { color: rgb(69,100,78); }
H1.HeaderClassName
{
color: #45644E;
}
.AnyTagClassName
{
color: #45644E;
}
</style>
background-color css
<style>
a { background-color: #45644E; }
a { background-color: rgb(69,100,78); }
div.DivClassName
{
background-color: #45644E;
}
.BgClassName
{
background-color: #45644E;
}
</style>
border-color css
<style>
span { border-color: #45644E; }
span { border-color: rgb(69,100,78); }
td.TdClassName
{
border-color: #45644E;
}
.TagClassName
{
border-color: #45644E;
}
</style>