Shades of Cyprus #0D483F
Tints of Cyprus #0D483F
RGB
CMYK
RGB Variations
Color information
#0D483F (or 0x0D483F) is known color: Cyprus. HEX triplet: 0D, 48 and 3F. RGB value is (13,72,63). Sum of RGB (Red+Green+Blue) = 13+72+63=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #0D483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D483F is #F2B7C0. Grayscale: #353535. Windows color (decimal): -15906753 or 4147213. OLE color: 4147213.
HSL color Cylindrical-coordinate representation of color #0D483F: hue angle of 170.85º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D483F is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 72 | 63 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.72 |
| HSL | 170.85º | 0.69% | 0.17% | - |
| HSV(B) | 170.85º | 0.82% | 0.28% | - |
| XYZ | 3.38 | 5.08 | 5.5 | - |
| YUV | 53.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 72 | 63 | 0.82 | 0 | 0.12 | 0.72 | 170.85 | 0.69 | 0.17 |
| Hex | D | 48 | 3F | 52 | 0 | C | 48 | AB | 45 | 11 |
| Octal | 15 | 110 | 77 | 122 | 0 | 14 | 110 | 253 | 105 | 21 |
| Binary | 1101 | 1001000 | 111111 | 1010010 | 0 | 1100 | 1001000 | 10101011 | 1000101 | 10001 |
Color Harmonies of #0D483F
Complementary color
Monochromatic Colors of #0D483F
Black with #0D483F
Text Example
Text Example
White with #0D483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D483F; }
p { color: rgb(13,72,63); }
H1.HeaderClassName
{
color: #0D483F;
}
.AnyTagClassName
{
color: #0D483F;
}
</style>
background-color css
<style>
a { background-color: #0D483F; }
a { background-color: rgb(13,72,63); }
div.DivClassName
{
background-color: #0D483F;
}
.BgClassName
{
background-color: #0D483F;
}
</style>
border-color css
<style>
span { border-color: #0D483F; }
span { border-color: rgb(13,72,63); }
td.TdClassName
{
border-color: #0D483F;
}
.TagClassName
{
border-color: #0D483F;
}
</style>