Shades of Cyprus #014C3F
Tints of Cyprus #014C3F
RGB
CMYK
RGB Variations
Color information
#014C3F (or 0x014C3F) is known color: Cyprus. HEX triplet: 01, 4C and 3F. RGB value is (1,76,63). Sum of RGB (Red+Green+Blue) = 1+76+63=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #014C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C3F is #FEB3C0. Grayscale: #343434. Windows color (decimal): -16692161 or 4148225. OLE color: 4148225.
HSL color Cylindrical-coordinate representation of color #014C3F: hue angle of 169.6º 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 #014C3F is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 63 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.70 |
| HSL | 169.6º | 0.97% | 0.15% | - |
| HSV(B) | 169.6º | 0.99% | 0.3% | - |
| XYZ | 3.49 | 5.53 | 5.59 | - |
| YUV | 52.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 63 | 0.99 | 0 | 0.17 | 0.70 | 169.6 | 0.97 | 0.15 |
| Hex | 1 | 4C | 3F | 63 | 0 | 11 | 46 | AA | 61 | F |
| Octal | 1 | 114 | 77 | 143 | 0 | 21 | 106 | 252 | 141 | 17 |
| Binary | 1 | 1001100 | 111111 | 1100011 | 0 | 10001 | 1000110 | 10101010 | 1100001 | 1111 |
Color Harmonies of #014C3F
Complementary color
Monochromatic Colors of #014C3F
Black with #014C3F
Text Example
Text Example
White with #014C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C3F; }
p { color: rgb(1,76,63); }
H1.HeaderClassName
{
color: #014C3F;
}
.AnyTagClassName
{
color: #014C3F;
}
</style>
background-color css
<style>
a { background-color: #014C3F; }
a { background-color: rgb(1,76,63); }
div.DivClassName
{
background-color: #014C3F;
}
.BgClassName
{
background-color: #014C3F;
}
</style>
border-color css
<style>
span { border-color: #014C3F; }
span { border-color: rgb(1,76,63); }
td.TdClassName
{
border-color: #014C3F;
}
.TagClassName
{
border-color: #014C3F;
}
</style>