Shades of Cyprus #134D49
Tints of Cyprus #134D49
RGB
CMYK
RGB Variations
Color information
#134D49 (or 0x134D49) is known color: Cyprus. HEX triplet: 13, 4D and 49. RGB value is (19,77,73). Sum of RGB (Red+Green+Blue) = 19+77+73=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #134D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D49 is #ECB2B6. Grayscale: #3B3B3B. Windows color (decimal): -15512247 or 4803859. OLE color: 4803859.
HSL color Cylindrical-coordinate representation of color #134D49: hue angle of 175.86º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134D49 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 77 | 73 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.70 |
| HSL | 175.86º | 0.6% | 0.19% | - |
| HSV(B) | 175.86º | 0.75% | 0.3% | - |
| XYZ | 4.13 | 5.93 | 7.23 | - |
| YUV | 59.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 73 | 0.75 | 0 | 0.05 | 0.70 | 175.86 | 0.6 | 0.19 |
| Hex | 13 | 4D | 49 | 4B | 0 | 5 | 46 | B0 | 3C | 13 |
| Octal | 23 | 115 | 111 | 113 | 0 | 5 | 106 | 260 | 74 | 23 |
| Binary | 10011 | 1001101 | 1001001 | 1001011 | 0 | 101 | 1000110 | 10110000 | 111100 | 10011 |
Color Harmonies of #134D49
Complementary color
Monochromatic Colors of #134D49
Black with #134D49
Text Example
Text Example
White with #134D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D49; }
p { color: rgb(19,77,73); }
H1.HeaderClassName
{
color: #134D49;
}
.AnyTagClassName
{
color: #134D49;
}
</style>
background-color css
<style>
a { background-color: #134D49; }
a { background-color: rgb(19,77,73); }
div.DivClassName
{
background-color: #134D49;
}
.BgClassName
{
background-color: #134D49;
}
</style>
border-color css
<style>
span { border-color: #134D49; }
span { border-color: rgb(19,77,73); }
td.TdClassName
{
border-color: #134D49;
}
.TagClassName
{
border-color: #134D49;
}
</style>