Shades of Tuatara #444938
Tints of Tuatara #444938
RGB
CMYK
RGB Variations
Color information
#444938 (or 0x444938) is known color: Tuatara. HEX triplet: 44, 49 and 38. RGB value is (68,73,56). Sum of RGB (Red+Green+Blue) = 68+73+56=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 73 - color contains mainly: green. Hex color #444938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444938 is #BBB6C7. Grayscale: #454545. Windows color (decimal): -12302024 or 3688772. OLE color: 3688772.
HSL color Cylindrical-coordinate representation of color #444938: hue angle of 77.65º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #444938 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 56 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.71 |
| HSL | 77.65º | 0.13% | 0.25% | - |
| HSV(B) | 77.65º | 0.23% | 0.29% | - |
| XYZ | 5.48 | 6.28 | 4.66 | - |
| YUV | 69.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 56 | 0.07 | 0 | 0.23 | 0.71 | 77.65 | 0.13 | 0.25 |
| Hex | 44 | 49 | 38 | 7 | 0 | 17 | 47 | 4E | D | 19 |
| Octal | 104 | 111 | 70 | 7 | 0 | 27 | 107 | 116 | 15 | 31 |
| Binary | 1000100 | 1001001 | 111000 | 111 | 0 | 10111 | 1000111 | 1001110 | 1101 | 11001 |
Color Harmonies of #444938
Complementary color
Monochromatic Colors of #444938
Black with #444938
Text Example
Text Example
White with #444938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444938; }
p { color: rgb(68,73,56); }
H1.HeaderClassName
{
color: #444938;
}
.AnyTagClassName
{
color: #444938;
}
</style>
background-color css
<style>
a { background-color: #444938; }
a { background-color: rgb(68,73,56); }
div.DivClassName
{
background-color: #444938;
}
.BgClassName
{
background-color: #444938;
}
</style>
border-color css
<style>
span { border-color: #444938; }
span { border-color: rgb(68,73,56); }
td.TdClassName
{
border-color: #444938;
}
.TagClassName
{
border-color: #444938;
}
</style>