Shades of Cyprus #0D4942
Tints of Cyprus #0D4942
RGB
CMYK
RGB Variations
Color information
#0D4942 (or 0x0D4942) is known color: Cyprus. HEX triplet: 0D, 49 and 42. RGB value is (13,73,66). Sum of RGB (Red+Green+Blue) = 13+73+66=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #0D4942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4942 is #F2B6BD. Grayscale: #363636. Windows color (decimal): -15906494 or 4344077. OLE color: 4344077.
HSL color Cylindrical-coordinate representation of color #0D4942: hue angle of 173º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4942 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 73 | 66 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.71 |
| HSL | 173º | 0.7% | 0.17% | - |
| HSV(B) | 173º | 0.82% | 0.29% | - |
| XYZ | 3.53 | 5.24 | 5.98 | - |
| YUV | 54.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 66 | 0.82 | 0 | 0.10 | 0.71 | 173 | 0.7 | 0.17 |
| Hex | D | 49 | 42 | 52 | 0 | A | 47 | AD | 46 | 11 |
| Octal | 15 | 111 | 102 | 122 | 0 | 12 | 107 | 255 | 106 | 21 |
| Binary | 1101 | 1001001 | 1000010 | 1010010 | 0 | 1010 | 1000111 | 10101101 | 1000110 | 10001 |
Color Harmonies of #0D4942
Complementary color
Monochromatic Colors of #0D4942
Black with #0D4942
Text Example
Text Example
White with #0D4942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4942; }
p { color: rgb(13,73,66); }
H1.HeaderClassName
{
color: #0D4942;
}
.AnyTagClassName
{
color: #0D4942;
}
</style>
background-color css
<style>
a { background-color: #0D4942; }
a { background-color: rgb(13,73,66); }
div.DivClassName
{
background-color: #0D4942;
}
.BgClassName
{
background-color: #0D4942;
}
</style>
border-color css
<style>
span { border-color: #0D4942; }
span { border-color: rgb(13,73,66); }
td.TdClassName
{
border-color: #0D4942;
}
.TagClassName
{
border-color: #0D4942;
}
</style>