Shades of Mineral Green #44644B
Tints of Mineral Green #44644B
RGB
CMYK
RGB Variations
Color information
#44644B (or 0x44644B) is known color: Mineral Green. HEX triplet: 44, 64 and 4B. RGB value is (68,100,75). Sum of RGB (Red+Green+Blue) = 68+100+75=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 100 - color contains mainly: green. Hex color #44644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44644B is #BB9BB4. Grayscale: #575757. Windows color (decimal): -12295093 or 4940868. OLE color: 4940868.
HSL color Cylindrical-coordinate representation of color #44644B: hue angle of 133.12º 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 #44644B is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 100 | 75 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.61 |
| HSL | 133.13º | 0.19% | 0.33% | - |
| HSV(B) | 133.13º | 0.32% | 0.39% | - |
| XYZ | 8.21 | 10.85 | 8.32 | - |
| YUV | 87.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 75 | 0.32 | 0 | 0.25 | 0.61 | 133.13 | 0.19 | 0.33 |
| Hex | 44 | 64 | 4B | 20 | 0 | 19 | 3D | 85 | 13 | 21 |
| Octal | 104 | 144 | 113 | 40 | 0 | 31 | 75 | 205 | 23 | 41 |
| Binary | 1000100 | 1100100 | 1001011 | 100000 | 0 | 11001 | 111101 | 10000101 | 10011 | 100001 |
Color Harmonies of #44644B
Complementary color
Monochromatic Colors of #44644B
Black with #44644B
Text Example
Text Example
White with #44644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44644B; }
p { color: rgb(68,100,75); }
H1.HeaderClassName
{
color: #44644B;
}
.AnyTagClassName
{
color: #44644B;
}
</style>
background-color css
<style>
a { background-color: #44644B; }
a { background-color: rgb(68,100,75); }
div.DivClassName
{
background-color: #44644B;
}
.BgClassName
{
background-color: #44644B;
}
</style>
border-color css
<style>
span { border-color: #44644B; }
span { border-color: rgb(68,100,75); }
td.TdClassName
{
border-color: #44644B;
}
.TagClassName
{
border-color: #44644B;
}
</style>