Shades of Cyprus #134E47
Tints of Cyprus #134E47
RGB
CMYK
RGB Variations
Color information
#134E47 (or 0x134E47) is known color: Cyprus. HEX triplet: 13, 4E and 47. RGB value is (19,78,71). Sum of RGB (Red+Green+Blue) = 19+78+71=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #134E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E47 is #ECB1B8. Grayscale: #3B3B3B. Windows color (decimal): -15511993 or 4673043. OLE color: 4673043.
HSL color Cylindrical-coordinate representation of color #134E47: hue angle of 172.88º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134E47 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 71 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.69 |
| HSL | 172.88º | 0.61% | 0.19% | - |
| HSV(B) | 172.88º | 0.76% | 0.31% | - |
| XYZ | 4.13 | 6.04 | 6.91 | - |
| YUV | 59.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 71 | 0.76 | 0 | 0.09 | 0.69 | 172.88 | 0.61 | 0.19 |
| Hex | 13 | 4E | 47 | 4C | 0 | 9 | 45 | AD | 3D | 13 |
| Octal | 23 | 116 | 107 | 114 | 0 | 11 | 105 | 255 | 75 | 23 |
| Binary | 10011 | 1001110 | 1000111 | 1001100 | 0 | 1001 | 1000101 | 10101101 | 111101 | 10011 |
Color Harmonies of #134E47
Complementary color
Monochromatic Colors of #134E47
Black with #134E47
Text Example
Text Example
White with #134E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E47; }
p { color: rgb(19,78,71); }
H1.HeaderClassName
{
color: #134E47;
}
.AnyTagClassName
{
color: #134E47;
}
</style>
background-color css
<style>
a { background-color: #134E47; }
a { background-color: rgb(19,78,71); }
div.DivClassName
{
background-color: #134E47;
}
.BgClassName
{
background-color: #134E47;
}
</style>
border-color css
<style>
span { border-color: #134E47; }
span { border-color: rgb(19,78,71); }
td.TdClassName
{
border-color: #134E47;
}
.TagClassName
{
border-color: #134E47;
}
</style>