Shades of Deep Teal #044436
Tints of Deep Teal #044436
RGB
CMYK
RGB Variations
Color information
#044436 (or 0x044436) is known color: Deep Teal. HEX triplet: 04, 44 and 36. RGB value is (4,68,54). Sum of RGB (Red+Green+Blue) = 4+68+54=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #044436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044436 is #FBBBC9. Grayscale: #2F2F2F. Windows color (decimal): -16497610 or 3556356. OLE color: 3556356.
HSL color Cylindrical-coordinate representation of color #044436: hue angle of 166.88º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044436 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 68 | 54 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.73 |
| HSL | 166.88º | 0.89% | 0.14% | - |
| HSV(B) | 166.88º | 0.94% | 0.27% | - |
| XYZ | 2.78 | 4.43 | 4.2 | - |
| YUV | 47.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 54 | 0.94 | 0 | 0.21 | 0.73 | 166.88 | 0.89 | 0.14 |
| Hex | 4 | 44 | 36 | 5E | 0 | 15 | 49 | A7 | 59 | E |
| Octal | 4 | 104 | 66 | 136 | 0 | 25 | 111 | 247 | 131 | 16 |
| Binary | 100 | 1000100 | 110110 | 1011110 | 0 | 10101 | 1001001 | 10100111 | 1011001 | 1110 |
Color Harmonies of #044436
Complementary color
Monochromatic Colors of #044436
Black with #044436
Text Example
Text Example
White with #044436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044436; }
p { color: rgb(4,68,54); }
H1.HeaderClassName
{
color: #044436;
}
.AnyTagClassName
{
color: #044436;
}
</style>
background-color css
<style>
a { background-color: #044436; }
a { background-color: rgb(4,68,54); }
div.DivClassName
{
background-color: #044436;
}
.BgClassName
{
background-color: #044436;
}
</style>
border-color css
<style>
span { border-color: #044436; }
span { border-color: rgb(4,68,54); }
td.TdClassName
{
border-color: #044436;
}
.TagClassName
{
border-color: #044436;
}
</style>