Shades of Cyprus #0E4741
Tints of Cyprus #0E4741
RGB
CMYK
RGB Variations
Color information
#0E4741 (or 0x0E4741) is known color: Cyprus. HEX triplet: 0E, 47 and 41. RGB value is (14,71,65). Sum of RGB (Red+Green+Blue) = 14+71+65=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4741 is #F1B8BE. Grayscale: #353535. Windows color (decimal): -15841471 or 4278030. OLE color: 4278030.
HSL color Cylindrical-coordinate representation of color #0E4741: hue angle of 173.68º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4741 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 71 | 65 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.72 |
| HSL | 173.68º | 0.67% | 0.17% | - |
| HSV(B) | 173.68º | 0.8% | 0.28% | - |
| XYZ | 3.39 | 4.98 | 5.78 | - |
| YUV | 53.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 65 | 0.80 | 0 | 0.08 | 0.72 | 173.68 | 0.67 | 0.17 |
| Hex | E | 47 | 41 | 50 | 0 | 8 | 48 | AE | 43 | 11 |
| Octal | 16 | 107 | 101 | 120 | 0 | 10 | 110 | 256 | 103 | 21 |
| Binary | 1110 | 1000111 | 1000001 | 1010000 | 0 | 1000 | 1001000 | 10101110 | 1000011 | 10001 |
Color Harmonies of #0E4741
Complementary color
Monochromatic Colors of #0E4741
Black with #0E4741
Text Example
Text Example
White with #0E4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4741; }
p { color: rgb(14,71,65); }
H1.HeaderClassName
{
color: #0E4741;
}
.AnyTagClassName
{
color: #0E4741;
}
</style>
background-color css
<style>
a { background-color: #0E4741; }
a { background-color: rgb(14,71,65); }
div.DivClassName
{
background-color: #0E4741;
}
.BgClassName
{
background-color: #0E4741;
}
</style>
border-color css
<style>
span { border-color: #0E4741; }
span { border-color: rgb(14,71,65); }
td.TdClassName
{
border-color: #0E4741;
}
.TagClassName
{
border-color: #0E4741;
}
</style>