Shades of Mineral Green #45634C
Tints of Mineral Green #45634C
RGB
CMYK
RGB Variations
Color information
#45634C (or 0x45634C) is known color: Mineral Green. HEX triplet: 45, 63 and 4C. RGB value is (69,99,76). Sum of RGB (Red+Green+Blue) = 69+99+76=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #45634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45634C is #BA9CB3. Grayscale: #575757. Windows color (decimal): -12229812 or 5006149. OLE color: 5006149.
HSL color Cylindrical-coordinate representation of color #45634C: hue angle of 134º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45634C is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 76 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.61 |
| HSL | 134º | 0.18% | 0.33% | - |
| HSV(B) | 134º | 0.3% | 0.39% | - |
| XYZ | 8.22 | 10.71 | 8.47 | - |
| YUV | 87.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 76 | 0.30 | 0 | 0.23 | 0.61 | 134 | 0.18 | 0.33 |
| Hex | 45 | 63 | 4C | 1E | 0 | 17 | 3D | 86 | 12 | 21 |
| Octal | 105 | 143 | 114 | 36 | 0 | 27 | 75 | 206 | 22 | 41 |
| Binary | 1000101 | 1100011 | 1001100 | 11110 | 0 | 10111 | 111101 | 10000110 | 10010 | 100001 |
Color Harmonies of #45634C
Complementary color
Monochromatic Colors of #45634C
Black with #45634C
Text Example
Text Example
White with #45634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45634C; }
p { color: rgb(69,99,76); }
H1.HeaderClassName
{
color: #45634C;
}
.AnyTagClassName
{
color: #45634C;
}
</style>
background-color css
<style>
a { background-color: #45634C; }
a { background-color: rgb(69,99,76); }
div.DivClassName
{
background-color: #45634C;
}
.BgClassName
{
background-color: #45634C;
}
</style>
border-color css
<style>
span { border-color: #45634C; }
span { border-color: rgb(69,99,76); }
td.TdClassName
{
border-color: #45634C;
}
.TagClassName
{
border-color: #45634C;
}
</style>