Shades of Mineral Green #455C4A
Tints of Mineral Green #455C4A
RGB
CMYK
RGB Variations
Color information
#455C4A (or 0x455C4A) is known color: Mineral Green. HEX triplet: 45, 5C and 4A. RGB value is (69,92,74). Sum of RGB (Red+Green+Blue) = 69+92+74=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 92 - color contains mainly: green. Hex color #455C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C4A is #BAA3B5. Grayscale: #535353. Windows color (decimal): -12231606 or 4873285. OLE color: 4873285.
HSL color Cylindrical-coordinate representation of color #455C4A: hue angle of 133.04º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #455C4A is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 74 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.64 |
| HSL | 133.04º | 0.14% | 0.32% | - |
| HSV(B) | 133.04º | 0.25% | 0.36% | - |
| XYZ | 7.52 | 9.41 | 7.9 | - |
| YUV | 83.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 74 | 0.25 | 0 | 0.20 | 0.64 | 133.04 | 0.14 | 0.32 |
| Hex | 45 | 5C | 4A | 19 | 0 | 14 | 40 | 85 | E | 20 |
| Octal | 105 | 134 | 112 | 31 | 0 | 24 | 100 | 205 | 16 | 40 |
| Binary | 1000101 | 1011100 | 1001010 | 11001 | 0 | 10100 | 1000000 | 10000101 | 1110 | 100000 |
Color Harmonies of #455C4A
Complementary color
Monochromatic Colors of #455C4A
Black with #455C4A
Text Example
Text Example
White with #455C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C4A; }
p { color: rgb(69,92,74); }
H1.HeaderClassName
{
color: #455C4A;
}
.AnyTagClassName
{
color: #455C4A;
}
</style>
background-color css
<style>
a { background-color: #455C4A; }
a { background-color: rgb(69,92,74); }
div.DivClassName
{
background-color: #455C4A;
}
.BgClassName
{
background-color: #455C4A;
}
</style>
border-color css
<style>
span { border-color: #455C4A; }
span { border-color: rgb(69,92,74); }
td.TdClassName
{
border-color: #455C4A;
}
.TagClassName
{
border-color: #455C4A;
}
</style>