Shades of Tuatara #444939
Tints of Tuatara #444939
RGB
CMYK
RGB Variations
Color information
#444939 (or 0x444939) is known color: Tuatara. HEX triplet: 44, 49 and 39. RGB value is (68,73,57). Sum of RGB (Red+Green+Blue) = 68+73+57=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 73 - color contains mainly: green. Hex color #444939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444939 is #BBB6C6. Grayscale: #454545. Windows color (decimal): -12302023 or 3754308. OLE color: 3754308.
HSL color Cylindrical-coordinate representation of color #444939: hue angle of 78.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #444939 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 57 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.71 |
| HSL | 78.75º | 0.12% | 0.25% | - |
| HSV(B) | 78.75º | 0.22% | 0.29% | - |
| XYZ | 5.5 | 6.29 | 4.79 | - |
| YUV | 69.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 57 | 0.07 | 0 | 0.22 | 0.71 | 78.75 | 0.12 | 0.25 |
| Hex | 44 | 49 | 39 | 7 | 0 | 16 | 47 | 4F | C | 19 |
| Octal | 104 | 111 | 71 | 7 | 0 | 26 | 107 | 117 | 14 | 31 |
| Binary | 1000100 | 1001001 | 111001 | 111 | 0 | 10110 | 1000111 | 1001111 | 1100 | 11001 |
Color Harmonies of #444939
Complementary color
Monochromatic Colors of #444939
Black with #444939
Text Example
Text Example
White with #444939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444939; }
p { color: rgb(68,73,57); }
H1.HeaderClassName
{
color: #444939;
}
.AnyTagClassName
{
color: #444939;
}
</style>
background-color css
<style>
a { background-color: #444939; }
a { background-color: rgb(68,73,57); }
div.DivClassName
{
background-color: #444939;
}
.BgClassName
{
background-color: #444939;
}
</style>
border-color css
<style>
span { border-color: #444939; }
span { border-color: rgb(68,73,57); }
td.TdClassName
{
border-color: #444939;
}
.TagClassName
{
border-color: #444939;
}
</style>