Shades of Cyprus #134E45
Tints of Cyprus #134E45
RGB
CMYK
RGB Variations
Color information
#134E45 (or 0x134E45) is known color: Cyprus. HEX triplet: 13, 4E and 45. RGB value is (19,78,69). Sum of RGB (Red+Green+Blue) = 19+78+69=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #134E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E45 is #ECB1BA. Grayscale: #3B3B3B. Windows color (decimal): -15511995 or 4541971. OLE color: 4541971.
HSL color Cylindrical-coordinate representation of color #134E45: hue angle of 170.85º 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 #134E45 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 69 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.69 |
| HSL | 170.85º | 0.61% | 0.19% | - |
| HSV(B) | 170.85º | 0.76% | 0.31% | - |
| XYZ | 4.07 | 6.02 | 6.58 | - |
| YUV | 59.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 69 | 0.76 | 0 | 0.12 | 0.69 | 170.85 | 0.61 | 0.19 |
| Hex | 13 | 4E | 45 | 4C | 0 | C | 45 | AB | 3D | 13 |
| Octal | 23 | 116 | 105 | 114 | 0 | 14 | 105 | 253 | 75 | 23 |
| Binary | 10011 | 1001110 | 1000101 | 1001100 | 0 | 1100 | 1000101 | 10101011 | 111101 | 10011 |
Color Harmonies of #134E45
Complementary color
Monochromatic Colors of #134E45
Black with #134E45
Text Example
Text Example
White with #134E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E45; }
p { color: rgb(19,78,69); }
H1.HeaderClassName
{
color: #134E45;
}
.AnyTagClassName
{
color: #134E45;
}
</style>
background-color css
<style>
a { background-color: #134E45; }
a { background-color: rgb(19,78,69); }
div.DivClassName
{
background-color: #134E45;
}
.BgClassName
{
background-color: #134E45;
}
</style>
border-color css
<style>
span { border-color: #134E45; }
span { border-color: rgb(19,78,69); }
td.TdClassName
{
border-color: #134E45;
}
.TagClassName
{
border-color: #134E45;
}
</style>