Shades of Cyprus #0F4C44
Tints of Cyprus #0F4C44
RGB
CMYK
RGB Variations
Color information
#0F4C44 (or 0x0F4C44) is known color: Cyprus. HEX triplet: 0F, 4C and 44. RGB value is (15,76,68). Sum of RGB (Red+Green+Blue) = 15+76+68=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C44 is #F0B3BB. Grayscale: #383838. Windows color (decimal): -15774652 or 4475919. OLE color: 4475919.
HSL color Cylindrical-coordinate representation of color #0F4C44: hue angle of 172.13º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4C44 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 76 | 68 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.70 |
| HSL | 172.13º | 0.67% | 0.18% | - |
| HSV(B) | 172.13º | 0.8% | 0.3% | - |
| XYZ | 3.82 | 5.69 | 6.37 | - |
| YUV | 56.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 76 | 68 | 0.80 | 0 | 0.11 | 0.70 | 172.13 | 0.67 | 0.18 |
| Hex | F | 4C | 44 | 50 | 0 | B | 46 | AC | 43 | 12 |
| Octal | 17 | 114 | 104 | 120 | 0 | 13 | 106 | 254 | 103 | 22 |
| Binary | 1111 | 1001100 | 1000100 | 1010000 | 0 | 1011 | 1000110 | 10101100 | 1000011 | 10010 |
Color Harmonies of #0F4C44
Complementary color
Monochromatic Colors of #0F4C44
Black with #0F4C44
Text Example
Text Example
White with #0F4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4C44; }
p { color: rgb(15,76,68); }
H1.HeaderClassName
{
color: #0F4C44;
}
.AnyTagClassName
{
color: #0F4C44;
}
</style>
background-color css
<style>
a { background-color: #0F4C44; }
a { background-color: rgb(15,76,68); }
div.DivClassName
{
background-color: #0F4C44;
}
.BgClassName
{
background-color: #0F4C44;
}
</style>
border-color css
<style>
span { border-color: #0F4C44; }
span { border-color: rgb(15,76,68); }
td.TdClassName
{
border-color: #0F4C44;
}
.TagClassName
{
border-color: #0F4C44;
}
</style>