Shades of Cyprus #044F3E
Tints of Cyprus #044F3E
RGB
CMYK
RGB Variations
Color information
#044F3E (or 0x044F3E) is known color: Cyprus. HEX triplet: 04, 4F and 3E. RGB value is (4,79,62). Sum of RGB (Red+Green+Blue) = 4+79+62=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #044F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F3E is #FBB0C1. Grayscale: #363636. Windows color (decimal): -16494786 or 4083460. OLE color: 4083460.
HSL color Cylindrical-coordinate representation of color #044F3E: hue angle of 166.4º 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 #044F3E is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 62 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.69 |
| HSL | 166.4º | 0.9% | 0.16% | - |
| HSV(B) | 166.4º | 0.95% | 0.31% | - |
| XYZ | 3.72 | 5.97 | 5.51 | - |
| YUV | 54.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 62 | 0.95 | 0 | 0.22 | 0.69 | 166.4 | 0.9 | 0.16 |
| Hex | 4 | 4F | 3E | 5F | 0 | 16 | 45 | A6 | 5A | 10 |
| Octal | 4 | 117 | 76 | 137 | 0 | 26 | 105 | 246 | 132 | 20 |
| Binary | 100 | 1001111 | 111110 | 1011111 | 0 | 10110 | 1000101 | 10100110 | 1011010 | 10000 |
Color Harmonies of #044F3E
Complementary color
Monochromatic Colors of #044F3E
Black with #044F3E
Text Example
Text Example
White with #044F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F3E; }
p { color: rgb(4,79,62); }
H1.HeaderClassName
{
color: #044F3E;
}
.AnyTagClassName
{
color: #044F3E;
}
</style>
background-color css
<style>
a { background-color: #044F3E; }
a { background-color: rgb(4,79,62); }
div.DivClassName
{
background-color: #044F3E;
}
.BgClassName
{
background-color: #044F3E;
}
</style>
border-color css
<style>
span { border-color: #044F3E; }
span { border-color: rgb(4,79,62); }
td.TdClassName
{
border-color: #044F3E;
}
.TagClassName
{
border-color: #044F3E;
}
</style>