Shades of Cyprus #0D544C
Tints of Cyprus #0D544C
RGB
CMYK
RGB Variations
Color information
#0D544C (or 0x0D544C) is known color: Cyprus. HEX triplet: 0D, 54 and 4C. RGB value is (13,84,76). Sum of RGB (Red+Green+Blue) = 13+84+76=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #0D544C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D544C is #F2ABB3. Grayscale: #3D3D3D. Windows color (decimal): -15903668 or 5002253. OLE color: 5002253.
HSL color Cylindrical-coordinate representation of color #0D544C: hue angle of 173.24º 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 #0D544C is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 84 | 76 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.67 |
| HSL | 173.24º | 0.73% | 0.19% | - |
| HSV(B) | 173.24º | 0.85% | 0.33% | - |
| XYZ | 4.64 | 6.95 | 7.93 | - |
| YUV | 61.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 76 | 0.85 | 0 | 0.10 | 0.67 | 173.24 | 0.73 | 0.19 |
| Hex | D | 54 | 4C | 55 | 0 | A | 43 | AD | 49 | 13 |
| Octal | 15 | 124 | 114 | 125 | 0 | 12 | 103 | 255 | 111 | 23 |
| Binary | 1101 | 1010100 | 1001100 | 1010101 | 0 | 1010 | 1000011 | 10101101 | 1001001 | 10011 |
Color Harmonies of #0D544C
Complementary color
Monochromatic Colors of #0D544C
Black with #0D544C
Text Example
Text Example
White with #0D544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D544C; }
p { color: rgb(13,84,76); }
H1.HeaderClassName
{
color: #0D544C;
}
.AnyTagClassName
{
color: #0D544C;
}
</style>
background-color css
<style>
a { background-color: #0D544C; }
a { background-color: rgb(13,84,76); }
div.DivClassName
{
background-color: #0D544C;
}
.BgClassName
{
background-color: #0D544C;
}
</style>
border-color css
<style>
span { border-color: #0D544C; }
span { border-color: rgb(13,84,76); }
td.TdClassName
{
border-color: #0D544C;
}
.TagClassName
{
border-color: #0D544C;
}
</style>