Shades of Mineral Green #456850
Tints of Mineral Green #456850
RGB
CMYK
RGB Variations
Color information
#456850 (or 0x456850) is known color: Mineral Green. HEX triplet: 45, 68 and 50. RGB value is (69,104,80). Sum of RGB (Red+Green+Blue) = 69+104+80=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #456850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456850 is #BA97AF. Grayscale: #5A5A5A. Windows color (decimal): -12228528 or 5269573. OLE color: 5269573.
HSL color Cylindrical-coordinate representation of color #456850: hue angle of 138.86º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #456850 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 80 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.59 |
| HSL | 138.86º | 0.2% | 0.34% | - |
| HSV(B) | 138.86º | 0.34% | 0.41% | - |
| XYZ | 8.85 | 11.75 | 9.39 | - |
| YUV | 90.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 80 | 0.34 | 0 | 0.23 | 0.59 | 138.86 | 0.2 | 0.34 |
| Hex | 45 | 68 | 50 | 22 | 0 | 17 | 3B | 8B | 14 | 22 |
| Octal | 105 | 150 | 120 | 42 | 0 | 27 | 73 | 213 | 24 | 42 |
| Binary | 1000101 | 1101000 | 1010000 | 100010 | 0 | 10111 | 111011 | 10001011 | 10100 | 100010 |
Color Harmonies of #456850
Complementary color
Monochromatic Colors of #456850
Black with #456850
Text Example
Text Example
White with #456850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456850; }
p { color: rgb(69,104,80); }
H1.HeaderClassName
{
color: #456850;
}
.AnyTagClassName
{
color: #456850;
}
</style>
background-color css
<style>
a { background-color: #456850; }
a { background-color: rgb(69,104,80); }
div.DivClassName
{
background-color: #456850;
}
.BgClassName
{
background-color: #456850;
}
</style>
border-color css
<style>
span { border-color: #456850; }
span { border-color: rgb(69,104,80); }
td.TdClassName
{
border-color: #456850;
}
.TagClassName
{
border-color: #456850;
}
</style>