Shades of Mineral Green #445F4A
Tints of Mineral Green #445F4A
RGB
CMYK
RGB Variations
Color information
#445F4A (or 0x445F4A) is known color: Mineral Green. HEX triplet: 44, 5F and 4A. RGB value is (68,95,74). Sum of RGB (Red+Green+Blue) = 68+95+74=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 95 - color contains mainly: green. Hex color #445F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445F4A is #BBA0B5. Grayscale: #545454. Windows color (decimal): -12296374 or 4874052. OLE color: 4874052.
HSL color Cylindrical-coordinate representation of color #445F4A: hue angle of 133.33º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445F4A is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 95 | 74 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.63 |
| HSL | 133.33º | 0.17% | 0.32% | - |
| HSV(B) | 133.33º | 0.28% | 0.37% | - |
| XYZ | 7.71 | 9.91 | 7.98 | - |
| YUV | 84.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 74 | 0.28 | 0 | 0.22 | 0.63 | 133.33 | 0.17 | 0.32 |
| Hex | 44 | 5F | 4A | 1C | 0 | 16 | 3F | 85 | 11 | 20 |
| Octal | 104 | 137 | 112 | 34 | 0 | 26 | 77 | 205 | 21 | 40 |
| Binary | 1000100 | 1011111 | 1001010 | 11100 | 0 | 10110 | 111111 | 10000101 | 10001 | 100000 |
Color Harmonies of #445F4A
Complementary color
Monochromatic Colors of #445F4A
Black with #445F4A
Text Example
Text Example
White with #445F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F4A; }
p { color: rgb(68,95,74); }
H1.HeaderClassName
{
color: #445F4A;
}
.AnyTagClassName
{
color: #445F4A;
}
</style>
background-color css
<style>
a { background-color: #445F4A; }
a { background-color: rgb(68,95,74); }
div.DivClassName
{
background-color: #445F4A;
}
.BgClassName
{
background-color: #445F4A;
}
</style>
border-color css
<style>
span { border-color: #445F4A; }
span { border-color: rgb(68,95,74); }
td.TdClassName
{
border-color: #445F4A;
}
.TagClassName
{
border-color: #445F4A;
}
</style>