Shades of Cyprus #0D4E46
Tints of Cyprus #0D4E46
RGB
CMYK
RGB Variations
Color information
#0D4E46 (or 0x0D4E46) is known color: Cyprus. HEX triplet: 0D, 4E and 46. RGB value is (13,78,70). Sum of RGB (Red+Green+Blue) = 13+78+70=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #0D4E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4E46 is #F2B1B9. Grayscale: #393939. Windows color (decimal): -15905210 or 4607501. OLE color: 4607501.
HSL color Cylindrical-coordinate representation of color #0D4E46: hue angle of 172.62º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4E46 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 78 | 70 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.69 |
| HSL | 172.62º | 0.71% | 0.18% | - |
| HSV(B) | 172.62º | 0.83% | 0.31% | - |
| XYZ | 4 | 5.98 | 6.74 | - |
| YUV | 57.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 70 | 0.83 | 0 | 0.10 | 0.69 | 172.62 | 0.71 | 0.18 |
| Hex | D | 4E | 46 | 53 | 0 | A | 45 | AD | 47 | 12 |
| Octal | 15 | 116 | 106 | 123 | 0 | 12 | 105 | 255 | 107 | 22 |
| Binary | 1101 | 1001110 | 1000110 | 1010011 | 0 | 1010 | 1000101 | 10101101 | 1000111 | 10010 |
Color Harmonies of #0D4E46
Complementary color
Monochromatic Colors of #0D4E46
Black with #0D4E46
Text Example
Text Example
White with #0D4E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4E46; }
p { color: rgb(13,78,70); }
H1.HeaderClassName
{
color: #0D4E46;
}
.AnyTagClassName
{
color: #0D4E46;
}
</style>
background-color css
<style>
a { background-color: #0D4E46; }
a { background-color: rgb(13,78,70); }
div.DivClassName
{
background-color: #0D4E46;
}
.BgClassName
{
background-color: #0D4E46;
}
</style>
border-color css
<style>
span { border-color: #0D4E46; }
span { border-color: rgb(13,78,70); }
td.TdClassName
{
border-color: #0D4E46;
}
.TagClassName
{
border-color: #0D4E46;
}
</style>