Shades of Mineral Green #456D51
Tints of Mineral Green #456D51
RGB
CMYK
RGB Variations
Color information
#456D51 (or 0x456D51) is known color: Mineral Green. HEX triplet: 45, 6D and 51. RGB value is (69,109,81). Sum of RGB (Red+Green+Blue) = 69+109+81=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 109 - color contains mainly: green. Hex color #456D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456D51 is #BA92AE. Grayscale: #5D5D5D. Windows color (decimal): -12227247 or 5336389. OLE color: 5336389.
HSL color Cylindrical-coordinate representation of color #456D51: hue angle of 138º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #456D51 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 109 | 81 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.57 |
| HSL | 138º | 0.22% | 0.35% | - |
| HSV(B) | 138º | 0.37% | 0.43% | - |
| XYZ | 9.41 | 12.8 | 9.76 | - |
| YUV | 93.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 81 | 0.37 | 0 | 0.26 | 0.57 | 138 | 0.22 | 0.35 |
| Hex | 45 | 6D | 51 | 25 | 0 | 1A | 39 | 8A | 16 | 23 |
| Octal | 105 | 155 | 121 | 45 | 0 | 32 | 71 | 212 | 26 | 43 |
| Binary | 1000101 | 1101101 | 1010001 | 100101 | 0 | 11010 | 111001 | 10001010 | 10110 | 100011 |
Color Harmonies of #456D51
Complementary color
Monochromatic Colors of #456D51
Black with #456D51
Text Example
Text Example
White with #456D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456D51; }
p { color: rgb(69,109,81); }
H1.HeaderClassName
{
color: #456D51;
}
.AnyTagClassName
{
color: #456D51;
}
</style>
background-color css
<style>
a { background-color: #456D51; }
a { background-color: rgb(69,109,81); }
div.DivClassName
{
background-color: #456D51;
}
.BgClassName
{
background-color: #456D51;
}
</style>
border-color css
<style>
span { border-color: #456D51; }
span { border-color: rgb(69,109,81); }
td.TdClassName
{
border-color: #456D51;
}
.TagClassName
{
border-color: #456D51;
}
</style>