Shades of Mineral Green #44644A
Tints of Mineral Green #44644A
RGB
CMYK
RGB Variations
Color information
#44644A (or 0x44644A) is known color: Mineral Green. HEX triplet: 44, 64 and 4A. RGB value is (68,100,74). Sum of RGB (Red+Green+Blue) = 68+100+74=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 100 - color contains mainly: green. Hex color #44644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44644A is #BB9BB5. Grayscale: #575757. Windows color (decimal): -12295094 or 4875332. OLE color: 4875332.
HSL color Cylindrical-coordinate representation of color #44644A: hue angle of 131.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #44644A is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 100 | 74 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.61 |
| HSL | 131.25º | 0.19% | 0.33% | - |
| HSV(B) | 131.25º | 0.32% | 0.39% | - |
| XYZ | 8.18 | 10.84 | 8.14 | - |
| YUV | 87.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 74 | 0.32 | 0 | 0.26 | 0.61 | 131.25 | 0.19 | 0.33 |
| Hex | 44 | 64 | 4A | 20 | 0 | 1A | 3D | 83 | 13 | 21 |
| Octal | 104 | 144 | 112 | 40 | 0 | 32 | 75 | 203 | 23 | 41 |
| Binary | 1000100 | 1100100 | 1001010 | 100000 | 0 | 11010 | 111101 | 10000011 | 10011 | 100001 |
Color Harmonies of #44644A
Complementary color
Monochromatic Colors of #44644A
Black with #44644A
Text Example
Text Example
White with #44644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44644A; }
p { color: rgb(68,100,74); }
H1.HeaderClassName
{
color: #44644A;
}
.AnyTagClassName
{
color: #44644A;
}
</style>
background-color css
<style>
a { background-color: #44644A; }
a { background-color: rgb(68,100,74); }
div.DivClassName
{
background-color: #44644A;
}
.BgClassName
{
background-color: #44644A;
}
</style>
border-color css
<style>
span { border-color: #44644A; }
span { border-color: rgb(68,100,74); }
td.TdClassName
{
border-color: #44644A;
}
.TagClassName
{
border-color: #44644A;
}
</style>