Shades of Cyprus #014C3E
Tints of Cyprus #014C3E
RGB
CMYK
RGB Variations
Color information
#014C3E (or 0x014C3E) is known color: Cyprus. HEX triplet: 01, 4C and 3E. RGB value is (1,76,62). Sum of RGB (Red+Green+Blue) = 1+76+62=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #014C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C3E is #FEB3C1. Grayscale: #333333. Windows color (decimal): -16692162 or 4082689. OLE color: 4082689.
HSL color Cylindrical-coordinate representation of color #014C3E: hue angle of 168.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C3E is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 62 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.70 |
| HSL | 168.8º | 0.97% | 0.15% | - |
| HSV(B) | 168.8º | 0.99% | 0.3% | - |
| XYZ | 3.47 | 5.52 | 5.44 | - |
| YUV | 51.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 62 | 0.99 | 0 | 0.18 | 0.70 | 168.8 | 0.97 | 0.15 |
| Hex | 1 | 4C | 3E | 63 | 0 | 12 | 46 | A9 | 61 | F |
| Octal | 1 | 114 | 76 | 143 | 0 | 22 | 106 | 251 | 141 | 17 |
| Binary | 1 | 1001100 | 111110 | 1100011 | 0 | 10010 | 1000110 | 10101001 | 1100001 | 1111 |
Color Harmonies of #014C3E
Complementary color
Monochromatic Colors of #014C3E
Black with #014C3E
Text Example
Text Example
White with #014C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C3E; }
p { color: rgb(1,76,62); }
H1.HeaderClassName
{
color: #014C3E;
}
.AnyTagClassName
{
color: #014C3E;
}
</style>
background-color css
<style>
a { background-color: #014C3E; }
a { background-color: rgb(1,76,62); }
div.DivClassName
{
background-color: #014C3E;
}
.BgClassName
{
background-color: #014C3E;
}
</style>
border-color css
<style>
span { border-color: #014C3E; }
span { border-color: rgb(1,76,62); }
td.TdClassName
{
border-color: #014C3E;
}
.TagClassName
{
border-color: #014C3E;
}
</style>