Shades of Cyprus #0D504C
Tints of Cyprus #0D504C
RGB
CMYK
RGB Variations
Color information
#0D504C (or 0x0D504C) is known color: Cyprus. HEX triplet: 0D, 50 and 4C. RGB value is (13,80,76). Sum of RGB (Red+Green+Blue) = 13+80+76=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #0D504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D504C is #F2AFB3. Grayscale: #3B3B3B. Windows color (decimal): -15904692 or 5001229. OLE color: 5001229.
HSL color Cylindrical-coordinate representation of color #0D504C: hue angle of 176.42º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D504C is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 80 | 76 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.69 |
| HSL | 176.42º | 0.72% | 0.18% | - |
| HSV(B) | 176.42º | 0.84% | 0.31% | - |
| XYZ | 4.34 | 6.34 | 7.83 | - |
| YUV | 59.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 76 | 0.84 | 0 | 0.05 | 0.69 | 176.42 | 0.72 | 0.18 |
| Hex | D | 50 | 4C | 54 | 0 | 5 | 45 | B0 | 48 | 12 |
| Octal | 15 | 120 | 114 | 124 | 0 | 5 | 105 | 260 | 110 | 22 |
| Binary | 1101 | 1010000 | 1001100 | 1010100 | 0 | 101 | 1000101 | 10110000 | 1001000 | 10010 |
Color Harmonies of #0D504C
Complementary color
Monochromatic Colors of #0D504C
Black with #0D504C
Text Example
Text Example
White with #0D504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D504C; }
p { color: rgb(13,80,76); }
H1.HeaderClassName
{
color: #0D504C;
}
.AnyTagClassName
{
color: #0D504C;
}
</style>
background-color css
<style>
a { background-color: #0D504C; }
a { background-color: rgb(13,80,76); }
div.DivClassName
{
background-color: #0D504C;
}
.BgClassName
{
background-color: #0D504C;
}
</style>
border-color css
<style>
span { border-color: #0D504C; }
span { border-color: rgb(13,80,76); }
td.TdClassName
{
border-color: #0D504C;
}
.TagClassName
{
border-color: #0D504C;
}
</style>