Shades of Cyprus #0F4D49
Tints of Cyprus #0F4D49
RGB
CMYK
RGB Variations
Color information
#0F4D49 (or 0x0F4D49) is known color: Cyprus. HEX triplet: 0F, 4D and 49. RGB value is (15,77,73). Sum of RGB (Red+Green+Blue) = 15+77+73=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #0F4D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4D49 is #F0B2B6. Grayscale: #393939. Windows color (decimal): -15774391 or 4803855. OLE color: 4803855.
HSL color Cylindrical-coordinate representation of color #0F4D49: hue angle of 176.13º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4D49 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 77 | 73 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.70 |
| HSL | 176.13º | 0.67% | 0.18% | - |
| HSV(B) | 176.13º | 0.81% | 0.3% | - |
| XYZ | 4.05 | 5.89 | 7.23 | - |
| YUV | 58.01 | 136.46 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 77 | 73 | 0.81 | 0 | 0.05 | 0.70 | 176.13 | 0.67 | 0.18 |
| Hex | F | 4D | 49 | 51 | 0 | 5 | 46 | B0 | 43 | 12 |
| Octal | 17 | 115 | 111 | 121 | 0 | 5 | 106 | 260 | 103 | 22 |
| Binary | 1111 | 1001101 | 1001001 | 1010001 | 0 | 101 | 1000110 | 10110000 | 1000011 | 10010 |
Color Harmonies of #0F4D49
Complementary color
Monochromatic Colors of #0F4D49
Black with #0F4D49
Text Example
Text Example
White with #0F4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4D49; }
p { color: rgb(15,77,73); }
H1.HeaderClassName
{
color: #0F4D49;
}
.AnyTagClassName
{
color: #0F4D49;
}
</style>
background-color css
<style>
a { background-color: #0F4D49; }
a { background-color: rgb(15,77,73); }
div.DivClassName
{
background-color: #0F4D49;
}
.BgClassName
{
background-color: #0F4D49;
}
</style>
border-color css
<style>
span { border-color: #0F4D49; }
span { border-color: rgb(15,77,73); }
td.TdClassName
{
border-color: #0F4D49;
}
.TagClassName
{
border-color: #0F4D49;
}
</style>