Shades of Mineral Green #45624B
Tints of Mineral Green #45624B
RGB
CMYK
RGB Variations
Color information
#45624B (or 0x45624B) is known color: Mineral Green. HEX triplet: 45, 62 and 4B. RGB value is (69,98,75). Sum of RGB (Red+Green+Blue) = 69+98+75=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #45624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45624B is #BA9DB4. Grayscale: #565656. Windows color (decimal): -12230069 or 4940357. OLE color: 4940357.
HSL color Cylindrical-coordinate representation of color #45624B: hue angle of 132.41º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45624B is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 75 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.62 |
| HSL | 132.41º | 0.17% | 0.33% | - |
| HSV(B) | 132.41º | 0.3% | 0.38% | - |
| XYZ | 8.09 | 10.51 | 8.26 | - |
| YUV | 86.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 75 | 0.30 | 0 | 0.23 | 0.62 | 132.41 | 0.17 | 0.33 |
| Hex | 45 | 62 | 4B | 1E | 0 | 17 | 3E | 84 | 11 | 21 |
| Octal | 105 | 142 | 113 | 36 | 0 | 27 | 76 | 204 | 21 | 41 |
| Binary | 1000101 | 1100010 | 1001011 | 11110 | 0 | 10111 | 111110 | 10000100 | 10001 | 100001 |
Color Harmonies of #45624B
Complementary color
Monochromatic Colors of #45624B
Black with #45624B
Text Example
Text Example
White with #45624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45624B; }
p { color: rgb(69,98,75); }
H1.HeaderClassName
{
color: #45624B;
}
.AnyTagClassName
{
color: #45624B;
}
</style>
background-color css
<style>
a { background-color: #45624B; }
a { background-color: rgb(69,98,75); }
div.DivClassName
{
background-color: #45624B;
}
.BgClassName
{
background-color: #45624B;
}
</style>
border-color css
<style>
span { border-color: #45624B; }
span { border-color: rgb(69,98,75); }
td.TdClassName
{
border-color: #45624B;
}
.TagClassName
{
border-color: #45624B;
}
</style>