Shades of Mineral Green #45644C
Tints of Mineral Green #45644C
RGB
CMYK
RGB Variations
Color information
#45644C (or 0x45644C) is known color: Mineral Green. HEX triplet: 45, 64 and 4C. RGB value is (69,100,76). Sum of RGB (Red+Green+Blue) = 69+100+76=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 100 - color contains mainly: green. Hex color #45644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45644C is #BA9BB3. Grayscale: #585858. Windows color (decimal): -12229556 or 5006405. OLE color: 5006405.
HSL color Cylindrical-coordinate representation of color #45644C: hue angle of 133.55º 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 #45644C is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 100 | 76 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.61 |
| HSL | 133.55º | 0.18% | 0.33% | - |
| HSV(B) | 133.55º | 0.31% | 0.39% | - |
| XYZ | 8.32 | 10.9 | 8.5 | - |
| YUV | 88 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 76 | 0.31 | 0 | 0.24 | 0.61 | 133.55 | 0.18 | 0.33 |
| Hex | 45 | 64 | 4C | 1F | 0 | 18 | 3D | 86 | 12 | 21 |
| Octal | 105 | 144 | 114 | 37 | 0 | 30 | 75 | 206 | 22 | 41 |
| Binary | 1000101 | 1100100 | 1001100 | 11111 | 0 | 11000 | 111101 | 10000110 | 10010 | 100001 |
Color Harmonies of #45644C
Complementary color
Monochromatic Colors of #45644C
Black with #45644C
Text Example
Text Example
White with #45644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45644C; }
p { color: rgb(69,100,76); }
H1.HeaderClassName
{
color: #45644C;
}
.AnyTagClassName
{
color: #45644C;
}
</style>
background-color css
<style>
a { background-color: #45644C; }
a { background-color: rgb(69,100,76); }
div.DivClassName
{
background-color: #45644C;
}
.BgClassName
{
background-color: #45644C;
}
</style>
border-color css
<style>
span { border-color: #45644C; }
span { border-color: rgb(69,100,76); }
td.TdClassName
{
border-color: #45644C;
}
.TagClassName
{
border-color: #45644C;
}
</style>