Shades of Cyprus #0D5445
Tints of Cyprus #0D5445
RGB
CMYK
RGB Variations
Color information
#0D5445 (or 0x0D5445) is known color: Cyprus. HEX triplet: 0D, 54 and 45. RGB value is (13,84,69). Sum of RGB (Red+Green+Blue) = 13+84+69=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #0D5445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5445 is #F2ABBA. Grayscale: #3D3D3D. Windows color (decimal): -15903675 or 4543501. OLE color: 4543501.
HSL color Cylindrical-coordinate representation of color #0D5445: hue angle of 167.32º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5445 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 84 | 69 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.67 |
| HSL | 167.32º | 0.73% | 0.19% | - |
| HSV(B) | 167.32º | 0.85% | 0.33% | - |
| XYZ | 4.41 | 6.86 | 6.72 | - |
| YUV | 61.06 | 132.48 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 69 | 0.85 | 0 | 0.18 | 0.67 | 167.32 | 0.73 | 0.19 |
| Hex | D | 54 | 45 | 55 | 0 | 12 | 43 | A7 | 49 | 13 |
| Octal | 15 | 124 | 105 | 125 | 0 | 22 | 103 | 247 | 111 | 23 |
| Binary | 1101 | 1010100 | 1000101 | 1010101 | 0 | 10010 | 1000011 | 10100111 | 1001001 | 10011 |
Color Harmonies of #0D5445
Complementary color
Monochromatic Colors of #0D5445
Black with #0D5445
Text Example
Text Example
White with #0D5445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5445; }
p { color: rgb(13,84,69); }
H1.HeaderClassName
{
color: #0D5445;
}
.AnyTagClassName
{
color: #0D5445;
}
</style>
background-color css
<style>
a { background-color: #0D5445; }
a { background-color: rgb(13,84,69); }
div.DivClassName
{
background-color: #0D5445;
}
.BgClassName
{
background-color: #0D5445;
}
</style>
border-color css
<style>
span { border-color: #0D5445; }
span { border-color: rgb(13,84,69); }
td.TdClassName
{
border-color: #0D5445;
}
.TagClassName
{
border-color: #0D5445;
}
</style>