Shades of Cyprus #0D564A
Tints of Cyprus #0D564A
RGB
CMYK
RGB Variations
Color information
#0D564A (or 0x0D564A) is known color: Cyprus. HEX triplet: 0D, 56 and 4A. RGB value is (13,86,74). Sum of RGB (Red+Green+Blue) = 13+86+74=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #0D564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D564A is #F2A9B5. Grayscale: #3E3E3E. Windows color (decimal): -15903158 or 4871693. OLE color: 4871693.
HSL color Cylindrical-coordinate representation of color #0D564A: hue angle of 170.14º 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 #0D564A is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 86 | 74 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.66 |
| HSL | 170.14º | 0.74% | 0.19% | - |
| HSV(B) | 170.14º | 0.85% | 0.34% | - |
| XYZ | 4.73 | 7.24 | 7.63 | - |
| YUV | 62.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 86 | 74 | 0.85 | 0 | 0.14 | 0.66 | 170.14 | 0.74 | 0.19 |
| Hex | D | 56 | 4A | 55 | 0 | E | 42 | AA | 4A | 13 |
| Octal | 15 | 126 | 112 | 125 | 0 | 16 | 102 | 252 | 112 | 23 |
| Binary | 1101 | 1010110 | 1001010 | 1010101 | 0 | 1110 | 1000010 | 10101010 | 1001010 | 10011 |
Color Harmonies of #0D564A
Complementary color
Monochromatic Colors of #0D564A
Black with #0D564A
Text Example
Text Example
White with #0D564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D564A; }
p { color: rgb(13,86,74); }
H1.HeaderClassName
{
color: #0D564A;
}
.AnyTagClassName
{
color: #0D564A;
}
</style>
background-color css
<style>
a { background-color: #0D564A; }
a { background-color: rgb(13,86,74); }
div.DivClassName
{
background-color: #0D564A;
}
.BgClassName
{
background-color: #0D564A;
}
</style>
border-color css
<style>
span { border-color: #0D564A; }
span { border-color: rgb(13,86,74); }
td.TdClassName
{
border-color: #0D564A;
}
.TagClassName
{
border-color: #0D564A;
}
</style>