Shades of Mineral Green #45624C
Tints of Mineral Green #45624C
RGB
CMYK
RGB Variations
Color information
#45624C (or 0x45624C) is known color: Mineral Green. HEX triplet: 45, 62 and 4C. RGB value is (69,98,76). Sum of RGB (Red+Green+Blue) = 69+98+76=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #45624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45624C is #BA9DB3. Grayscale: #565656. Windows color (decimal): -12230068 or 5005893. OLE color: 5005893.
HSL color Cylindrical-coordinate representation of color #45624C: hue angle of 134.48º 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 #45624C is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 76 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.62 |
| HSL | 134.48º | 0.17% | 0.33% | - |
| HSV(B) | 134.48º | 0.3% | 0.38% | - |
| XYZ | 8.13 | 10.52 | 8.44 | - |
| YUV | 86.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 76 | 0.30 | 0 | 0.22 | 0.62 | 134.48 | 0.17 | 0.33 |
| Hex | 45 | 62 | 4C | 1E | 0 | 16 | 3E | 86 | 11 | 21 |
| Octal | 105 | 142 | 114 | 36 | 0 | 26 | 76 | 206 | 21 | 41 |
| Binary | 1000101 | 1100010 | 1001100 | 11110 | 0 | 10110 | 111110 | 10000110 | 10001 | 100001 |
Color Harmonies of #45624C
Complementary color
Monochromatic Colors of #45624C
Black with #45624C
Text Example
Text Example
White with #45624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45624C; }
p { color: rgb(69,98,76); }
H1.HeaderClassName
{
color: #45624C;
}
.AnyTagClassName
{
color: #45624C;
}
</style>
background-color css
<style>
a { background-color: #45624C; }
a { background-color: rgb(69,98,76); }
div.DivClassName
{
background-color: #45624C;
}
.BgClassName
{
background-color: #45624C;
}
</style>
border-color css
<style>
span { border-color: #45624C; }
span { border-color: rgb(69,98,76); }
td.TdClassName
{
border-color: #45624C;
}
.TagClassName
{
border-color: #45624C;
}
</style>