Shades of Cyprus #0D564B
Tints of Cyprus #0D564B
RGB
CMYK
RGB Variations
Color information
#0D564B (or 0x0D564B) is known color: Cyprus. HEX triplet: 0D, 56 and 4B. RGB value is (13,86,75). Sum of RGB (Red+Green+Blue) = 13+86+75=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #0D564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D564B is #F2A9B4. Grayscale: #3E3E3E. Windows color (decimal): -15903157 or 4937229. OLE color: 4937229.
HSL color Cylindrical-coordinate representation of color #0D564B: hue angle of 170.96º 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 #0D564B is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 86 | 75 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.66 |
| HSL | 170.96º | 0.74% | 0.19% | - |
| HSV(B) | 170.96º | 0.85% | 0.34% | - |
| XYZ | 4.76 | 7.25 | 7.8 | - |
| YUV | 62.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 86 | 75 | 0.85 | 0 | 0.13 | 0.66 | 170.96 | 0.74 | 0.19 |
| Hex | D | 56 | 4B | 55 | 0 | D | 42 | AB | 4A | 13 |
| Octal | 15 | 126 | 113 | 125 | 0 | 15 | 102 | 253 | 112 | 23 |
| Binary | 1101 | 1010110 | 1001011 | 1010101 | 0 | 1101 | 1000010 | 10101011 | 1001010 | 10011 |
Color Harmonies of #0D564B
Complementary color
Monochromatic Colors of #0D564B
Black with #0D564B
Text Example
Text Example
White with #0D564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D564B; }
p { color: rgb(13,86,75); }
H1.HeaderClassName
{
color: #0D564B;
}
.AnyTagClassName
{
color: #0D564B;
}
</style>
background-color css
<style>
a { background-color: #0D564B; }
a { background-color: rgb(13,86,75); }
div.DivClassName
{
background-color: #0D564B;
}
.BgClassName
{
background-color: #0D564B;
}
</style>
border-color css
<style>
span { border-color: #0D564B; }
span { border-color: rgb(13,86,75); }
td.TdClassName
{
border-color: #0D564B;
}
.TagClassName
{
border-color: #0D564B;
}
</style>