Shades of Cyprus #134E49
Tints of Cyprus #134E49
RGB
CMYK
RGB Variations
Color information
#134E49 (or 0x134E49) is known color: Cyprus. HEX triplet: 13, 4E and 49. RGB value is (19,78,73). Sum of RGB (Red+Green+Blue) = 19+78+73=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #134E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E49 is #ECB1B6. Grayscale: #3B3B3B. Windows color (decimal): -15511991 or 4804115. OLE color: 4804115.
HSL color Cylindrical-coordinate representation of color #134E49: hue angle of 174.92º 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 #134E49 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 73 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.69 |
| HSL | 174.92º | 0.61% | 0.19% | - |
| HSV(B) | 174.92º | 0.76% | 0.31% | - |
| XYZ | 4.2 | 6.07 | 7.25 | - |
| YUV | 59.79 | 135.45 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 73 | 0.76 | 0 | 0.06 | 0.69 | 174.92 | 0.61 | 0.19 |
| Hex | 13 | 4E | 49 | 4C | 0 | 6 | 45 | AF | 3D | 13 |
| Octal | 23 | 116 | 111 | 114 | 0 | 6 | 105 | 257 | 75 | 23 |
| Binary | 10011 | 1001110 | 1001001 | 1001100 | 0 | 110 | 1000101 | 10101111 | 111101 | 10011 |
Color Harmonies of #134E49
Complementary color
Monochromatic Colors of #134E49
Black with #134E49
Text Example
Text Example
White with #134E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E49; }
p { color: rgb(19,78,73); }
H1.HeaderClassName
{
color: #134E49;
}
.AnyTagClassName
{
color: #134E49;
}
</style>
background-color css
<style>
a { background-color: #134E49; }
a { background-color: rgb(19,78,73); }
div.DivClassName
{
background-color: #134E49;
}
.BgClassName
{
background-color: #134E49;
}
</style>
border-color css
<style>
span { border-color: #134E49; }
span { border-color: rgb(19,78,73); }
td.TdClassName
{
border-color: #134E49;
}
.TagClassName
{
border-color: #134E49;
}
</style>