Shades of Cyprus #004F41
Tints of Cyprus #004F41
RGB
CMYK
RGB Variations
Color information
#004F41 (or 0x004F41) is known color: Cyprus. HEX triplet: 00, 4F and 41. RGB value is (0,79,65). Sum of RGB (Red+Green+Blue) = 0+79+65=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #004F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F41 is #FFB0BE. Grayscale: #353535. Windows color (decimal): -16756927 or 4280064. OLE color: 4280064.
HSL color Cylindrical-coordinate representation of color #004F41: hue angle of 169.37º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F41 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 79 | 65 | - |
| CMYK | 1 | 0 | 0.18 | 0.69 |
| HSL | 169.37º | 1% | 0.15% | - |
| HSV(B) | 169.37º | 1% | 0.31% | - |
| XYZ | 3.75 | 5.97 | 5.96 | - |
| YUV | 53.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 65 | 1 | 0 | 0.18 | 0.69 | 169.37 | 1 | 0.15 |
| Hex | 0 | 4F | 41 | 64 | 0 | 12 | 45 | A9 | 64 | F |
| Octal | 0 | 117 | 101 | 144 | 0 | 22 | 105 | 251 | 144 | 17 |
| Binary | 0 | 1001111 | 1000001 | 1100100 | 0 | 10010 | 1000101 | 10101001 | 1100100 | 1111 |
Color Harmonies of #004F41
Complementary color
Monochromatic Colors of #004F41
Black with #004F41
Text Example
Text Example
White with #004F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004F41; }
p { color: rgb(0,79,65); }
H1.HeaderClassName
{
color: #004F41;
}
.AnyTagClassName
{
color: #004F41;
}
</style>
background-color css
<style>
a { background-color: #004F41; }
a { background-color: rgb(0,79,65); }
div.DivClassName
{
background-color: #004F41;
}
.BgClassName
{
background-color: #004F41;
}
</style>
border-color css
<style>
span { border-color: #004F41; }
span { border-color: rgb(0,79,65); }
td.TdClassName
{
border-color: #004F41;
}
.TagClassName
{
border-color: #004F41;
}
</style>