Shades of Cyprus #014E3C
Tints of Cyprus #014E3C
RGB
CMYK
RGB Variations
Color information
#014E3C (or 0x014E3C) is known color: Cyprus. HEX triplet: 01, 4E and 3C. RGB value is (1,78,60). Sum of RGB (Red+Green+Blue) = 1+78+60=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 78 (30.86% from 255 or 56.12% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 78 - color contains mainly: green. Hex color #014E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E3C is #FEB1C3. Grayscale: #343434. Windows color (decimal): -16691652 or 3952129. OLE color: 3952129.
HSL color Cylindrical-coordinate representation of color #014E3C: hue angle of 165.97º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E3C is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 60 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.69 |
| HSL | 165.97º | 0.97% | 0.15% | - |
| HSV(B) | 165.97º | 0.99% | 0.31% | - |
| XYZ | 3.55 | 5.78 | 5.2 | - |
| YUV | 52.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 60 | 0.99 | 0 | 0.23 | 0.69 | 165.97 | 0.97 | 0.15 |
| Hex | 1 | 4E | 3C | 63 | 0 | 17 | 45 | A6 | 61 | F |
| Octal | 1 | 116 | 74 | 143 | 0 | 27 | 105 | 246 | 141 | 17 |
| Binary | 1 | 1001110 | 111100 | 1100011 | 0 | 10111 | 1000101 | 10100110 | 1100001 | 1111 |
Color Harmonies of #014E3C
Complementary color
Monochromatic Colors of #014E3C
Black with #014E3C
Text Example
Text Example
White with #014E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E3C; }
p { color: rgb(1,78,60); }
H1.HeaderClassName
{
color: #014E3C;
}
.AnyTagClassName
{
color: #014E3C;
}
</style>
background-color css
<style>
a { background-color: #014E3C; }
a { background-color: rgb(1,78,60); }
div.DivClassName
{
background-color: #014E3C;
}
.BgClassName
{
background-color: #014E3C;
}
</style>
border-color css
<style>
span { border-color: #014E3C; }
span { border-color: rgb(1,78,60); }
td.TdClassName
{
border-color: #014E3C;
}
.TagClassName
{
border-color: #014E3C;
}
</style>