Shades of Mineral Green #45654C
Tints of Mineral Green #45654C
RGB
CMYK
RGB Variations
Color information
#45654C (or 0x45654C) is known color: Mineral Green. HEX triplet: 45, 65 and 4C. RGB value is (69,101,76). Sum of RGB (Red+Green+Blue) = 69+101+76=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #45654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45654C is #BA9AB3. Grayscale: #585858. Windows color (decimal): -12229300 or 5006661. OLE color: 5006661.
HSL color Cylindrical-coordinate representation of color #45654C: hue angle of 133.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #45654C is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 101 | 76 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.60 |
| HSL | 133.13º | 0.19% | 0.33% | - |
| HSV(B) | 133.13º | 0.32% | 0.4% | - |
| XYZ | 8.41 | 11.09 | 8.54 | - |
| YUV | 88.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 76 | 0.32 | 0 | 0.25 | 0.60 | 133.13 | 0.19 | 0.33 |
| Hex | 45 | 65 | 4C | 20 | 0 | 19 | 3C | 85 | 13 | 21 |
| Octal | 105 | 145 | 114 | 40 | 0 | 31 | 74 | 205 | 23 | 41 |
| Binary | 1000101 | 1100101 | 1001100 | 100000 | 0 | 11001 | 111100 | 10000101 | 10011 | 100001 |
Color Harmonies of #45654C
Complementary color
Monochromatic Colors of #45654C
Black with #45654C
Text Example
Text Example
White with #45654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45654C; }
p { color: rgb(69,101,76); }
H1.HeaderClassName
{
color: #45654C;
}
.AnyTagClassName
{
color: #45654C;
}
</style>
background-color css
<style>
a { background-color: #45654C; }
a { background-color: rgb(69,101,76); }
div.DivClassName
{
background-color: #45654C;
}
.BgClassName
{
background-color: #45654C;
}
</style>
border-color css
<style>
span { border-color: #45654C; }
span { border-color: rgb(69,101,76); }
td.TdClassName
{
border-color: #45654C;
}
.TagClassName
{
border-color: #45654C;
}
</style>