Shades of Mineral Green #45624A
Tints of Mineral Green #45624A
RGB
CMYK
RGB Variations
Color information
#45624A (or 0x45624A) is known color: Mineral Green. HEX triplet: 45, 62 and 4A. RGB value is (69,98,74). Sum of RGB (Red+Green+Blue) = 69+98+74=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #45624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45624A is #BA9DB5. Grayscale: #565656. Windows color (decimal): -12230070 or 4874821. OLE color: 4874821.
HSL color Cylindrical-coordinate representation of color #45624A: hue angle of 130.34º 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 #45624A is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 74 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.62 |
| HSL | 130.34º | 0.17% | 0.33% | - |
| HSV(B) | 130.34º | 0.3% | 0.38% | - |
| XYZ | 8.06 | 10.49 | 8.08 | - |
| YUV | 86.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 74 | 0.30 | 0 | 0.24 | 0.62 | 130.34 | 0.17 | 0.33 |
| Hex | 45 | 62 | 4A | 1E | 0 | 18 | 3E | 82 | 11 | 21 |
| Octal | 105 | 142 | 112 | 36 | 0 | 30 | 76 | 202 | 21 | 41 |
| Binary | 1000101 | 1100010 | 1001010 | 11110 | 0 | 11000 | 111110 | 10000010 | 10001 | 100001 |
Color Harmonies of #45624A
Complementary color
Monochromatic Colors of #45624A
Black with #45624A
Text Example
Text Example
White with #45624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45624A; }
p { color: rgb(69,98,74); }
H1.HeaderClassName
{
color: #45624A;
}
.AnyTagClassName
{
color: #45624A;
}
</style>
background-color css
<style>
a { background-color: #45624A; }
a { background-color: rgb(69,98,74); }
div.DivClassName
{
background-color: #45624A;
}
.BgClassName
{
background-color: #45624A;
}
</style>
border-color css
<style>
span { border-color: #45624A; }
span { border-color: rgb(69,98,74); }
td.TdClassName
{
border-color: #45624A;
}
.TagClassName
{
border-color: #45624A;
}
</style>