Shades of Mineral Green #455D4A
Tints of Mineral Green #455D4A
RGB
CMYK
RGB Variations
Color information
#455D4A (or 0x455D4A) is known color: Mineral Green. HEX triplet: 45, 5D and 4A. RGB value is (69,93,74). Sum of RGB (Red+Green+Blue) = 69+93+74=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #455D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D4A is #BAA2B5. Grayscale: #535353. Windows color (decimal): -12231350 or 4873541. OLE color: 4873541.
HSL color Cylindrical-coordinate representation of color #455D4A: hue angle of 132.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455D4A is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 74 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.64 |
| HSL | 132.5º | 0.15% | 0.32% | - |
| HSV(B) | 132.5º | 0.26% | 0.36% | - |
| XYZ | 7.6 | 9.59 | 7.93 | - |
| YUV | 83.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 74 | 0.26 | 0 | 0.20 | 0.64 | 132.5 | 0.15 | 0.32 |
| Hex | 45 | 5D | 4A | 1A | 0 | 14 | 40 | 84 | F | 20 |
| Octal | 105 | 135 | 112 | 32 | 0 | 24 | 100 | 204 | 17 | 40 |
| Binary | 1000101 | 1011101 | 1001010 | 11010 | 0 | 10100 | 1000000 | 10000100 | 1111 | 100000 |
Color Harmonies of #455D4A
Complementary color
Monochromatic Colors of #455D4A
Black with #455D4A
Text Example
Text Example
White with #455D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D4A; }
p { color: rgb(69,93,74); }
H1.HeaderClassName
{
color: #455D4A;
}
.AnyTagClassName
{
color: #455D4A;
}
</style>
background-color css
<style>
a { background-color: #455D4A; }
a { background-color: rgb(69,93,74); }
div.DivClassName
{
background-color: #455D4A;
}
.BgClassName
{
background-color: #455D4A;
}
</style>
border-color css
<style>
span { border-color: #455D4A; }
span { border-color: rgb(69,93,74); }
td.TdClassName
{
border-color: #455D4A;
}
.TagClassName
{
border-color: #455D4A;
}
</style>