Shades of Deep Teal #0D4738
Tints of Deep Teal #0D4738
RGB
CMYK
RGB Variations
Color information
#0D4738 (or 0x0D4738) is known color: Deep Teal. HEX triplet: 0D, 47 and 38. RGB value is (13,71,56). Sum of RGB (Red+Green+Blue) = 13+71+56=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4738 is #F2B8C7. Grayscale: #333333. Windows color (decimal): -15907016 or 3688205. OLE color: 3688205.
HSL color Cylindrical-coordinate representation of color #0D4738: hue angle of 164.48º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4738 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 71 | 56 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.72 |
| HSL | 164.48º | 0.69% | 0.16% | - |
| HSV(B) | 164.48º | 0.82% | 0.28% | - |
| XYZ | 3.13 | 4.88 | 4.52 | - |
| YUV | 51.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 56 | 0.82 | 0 | 0.21 | 0.72 | 164.48 | 0.69 | 0.16 |
| Hex | D | 47 | 38 | 52 | 0 | 15 | 48 | A4 | 45 | 10 |
| Octal | 15 | 107 | 70 | 122 | 0 | 25 | 110 | 244 | 105 | 20 |
| Binary | 1101 | 1000111 | 111000 | 1010010 | 0 | 10101 | 1001000 | 10100100 | 1000101 | 10000 |
Color Harmonies of #0D4738
Complementary color
Monochromatic Colors of #0D4738
Black with #0D4738
Text Example
Text Example
White with #0D4738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4738; }
p { color: rgb(13,71,56); }
H1.HeaderClassName
{
color: #0D4738;
}
.AnyTagClassName
{
color: #0D4738;
}
</style>
background-color css
<style>
a { background-color: #0D4738; }
a { background-color: rgb(13,71,56); }
div.DivClassName
{
background-color: #0D4738;
}
.BgClassName
{
background-color: #0D4738;
}
</style>
border-color css
<style>
span { border-color: #0D4738; }
span { border-color: rgb(13,71,56); }
td.TdClassName
{
border-color: #0D4738;
}
.TagClassName
{
border-color: #0D4738;
}
</style>