Shades of Cyprus #044E40
Tints of Cyprus #044E40
RGB
CMYK
RGB Variations
Color information
#044E40 (or 0x044E40) is known color: Cyprus. HEX triplet: 04, 4E and 40. RGB value is (4,78,64). Sum of RGB (Red+Green+Blue) = 4+78+64=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #044E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E40 is #FBB1BF. Grayscale: #363636. Windows color (decimal): -16495040 or 4214276. OLE color: 4214276.
HSL color Cylindrical-coordinate representation of color #044E40: hue angle of 168.65º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044E40 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 64 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.69 |
| HSL | 168.65º | 0.9% | 0.16% | - |
| HSV(B) | 168.65º | 0.95% | 0.31% | - |
| XYZ | 3.7 | 5.84 | 5.78 | - |
| YUV | 54.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 64 | 0.95 | 0 | 0.18 | 0.69 | 168.65 | 0.9 | 0.16 |
| Hex | 4 | 4E | 40 | 5F | 0 | 12 | 45 | A9 | 5A | 10 |
| Octal | 4 | 116 | 100 | 137 | 0 | 22 | 105 | 251 | 132 | 20 |
| Binary | 100 | 1001110 | 1000000 | 1011111 | 0 | 10010 | 1000101 | 10101001 | 1011010 | 10000 |
Color Harmonies of #044E40
Complementary color
Monochromatic Colors of #044E40
Black with #044E40
Text Example
Text Example
White with #044E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E40; }
p { color: rgb(4,78,64); }
H1.HeaderClassName
{
color: #044E40;
}
.AnyTagClassName
{
color: #044E40;
}
</style>
background-color css
<style>
a { background-color: #044E40; }
a { background-color: rgb(4,78,64); }
div.DivClassName
{
background-color: #044E40;
}
.BgClassName
{
background-color: #044E40;
}
</style>
border-color css
<style>
span { border-color: #044E40; }
span { border-color: rgb(4,78,64); }
td.TdClassName
{
border-color: #044E40;
}
.TagClassName
{
border-color: #044E40;
}
</style>