Shades of Cyprus #0F4F49
Tints of Cyprus #0F4F49
RGB
CMYK
RGB Variations
Color information
#0F4F49 (or 0x0F4F49) is known color: Cyprus. HEX triplet: 0F, 4F and 49. RGB value is (15,79,73). Sum of RGB (Red+Green+Blue) = 15+79+73=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4F49 is #F0B0B6. Grayscale: #3B3B3B. Windows color (decimal): -15773879 or 4804367. OLE color: 4804367.
HSL color Cylindrical-coordinate representation of color #0F4F49: hue angle of 174.38º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4F49 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 79 | 73 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.69 |
| HSL | 174.38º | 0.68% | 0.18% | - |
| HSV(B) | 174.38º | 0.81% | 0.31% | - |
| XYZ | 4.2 | 6.17 | 7.27 | - |
| YUV | 59.18 | 135.8 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 79 | 73 | 0.81 | 0 | 0.08 | 0.69 | 174.38 | 0.68 | 0.18 |
| Hex | F | 4F | 49 | 51 | 0 | 8 | 45 | AE | 44 | 12 |
| Octal | 17 | 117 | 111 | 121 | 0 | 10 | 105 | 256 | 104 | 22 |
| Binary | 1111 | 1001111 | 1001001 | 1010001 | 0 | 1000 | 1000101 | 10101110 | 1000100 | 10010 |
Color Harmonies of #0F4F49
Complementary color
Monochromatic Colors of #0F4F49
Black with #0F4F49
Text Example
Text Example
White with #0F4F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4F49; }
p { color: rgb(15,79,73); }
H1.HeaderClassName
{
color: #0F4F49;
}
.AnyTagClassName
{
color: #0F4F49;
}
</style>
background-color css
<style>
a { background-color: #0F4F49; }
a { background-color: rgb(15,79,73); }
div.DivClassName
{
background-color: #0F4F49;
}
.BgClassName
{
background-color: #0F4F49;
}
</style>
border-color css
<style>
span { border-color: #0F4F49; }
span { border-color: rgb(15,79,73); }
td.TdClassName
{
border-color: #0F4F49;
}
.TagClassName
{
border-color: #0F4F49;
}
</style>