Shades of Cyprus #0D564D
Tints of Cyprus #0D564D
RGB
CMYK
RGB Variations
Color information
#0D564D (or 0x0D564D) is known color: Cyprus. HEX triplet: 0D, 56 and 4D. RGB value is (13,86,77). Sum of RGB (Red+Green+Blue) = 13+86+77=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #0D564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D564D is #F2A9B2. Grayscale: #3F3F3F. Windows color (decimal): -15903155 or 5068301. OLE color: 5068301.
HSL color Cylindrical-coordinate representation of color #0D564D: hue angle of 172.6º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D564D is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 86 | 77 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.66 |
| HSL | 172.6º | 0.74% | 0.19% | - |
| HSV(B) | 172.6º | 0.85% | 0.34% | - |
| XYZ | 4.83 | 7.28 | 8.17 | - |
| YUV | 63.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 86 | 77 | 0.85 | 0 | 0.10 | 0.66 | 172.6 | 0.74 | 0.19 |
| Hex | D | 56 | 4D | 55 | 0 | A | 42 | AD | 4A | 13 |
| Octal | 15 | 126 | 115 | 125 | 0 | 12 | 102 | 255 | 112 | 23 |
| Binary | 1101 | 1010110 | 1001101 | 1010101 | 0 | 1010 | 1000010 | 10101101 | 1001010 | 10011 |
Color Harmonies of #0D564D
Complementary color
Monochromatic Colors of #0D564D
Black with #0D564D
Text Example
Text Example
White with #0D564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D564D; }
p { color: rgb(13,86,77); }
H1.HeaderClassName
{
color: #0D564D;
}
.AnyTagClassName
{
color: #0D564D;
}
</style>
background-color css
<style>
a { background-color: #0D564D; }
a { background-color: rgb(13,86,77); }
div.DivClassName
{
background-color: #0D564D;
}
.BgClassName
{
background-color: #0D564D;
}
</style>
border-color css
<style>
span { border-color: #0D564D; }
span { border-color: rgb(13,86,77); }
td.TdClassName
{
border-color: #0D564D;
}
.TagClassName
{
border-color: #0D564D;
}
</style>