Shades of Cyprus #134F4D
Tints of Cyprus #134F4D
RGB
CMYK
RGB Variations
Color information
#134F4D (or 0x134F4D) is known color: Cyprus. HEX triplet: 13, 4F and 4D. RGB value is (19,79,77). Sum of RGB (Red+Green+Blue) = 19+79+77=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #134F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F4D is #ECB0B2. Grayscale: #3C3C3C. Windows color (decimal): -15511731 or 5066515. OLE color: 5066515.
HSL color Cylindrical-coordinate representation of color #134F4D: hue angle of 178º 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 #134F4D is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 77 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.69 |
| HSL | 178º | 0.61% | 0.19% | - |
| HSV(B) | 178º | 0.76% | 0.31% | - |
| XYZ | 4.4 | 6.27 | 8 | - |
| YUV | 60.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 77 | 0.76 | 0 | 0.03 | 0.69 | 178 | 0.61 | 0.19 |
| Hex | 13 | 4F | 4D | 4C | 0 | 3 | 45 | B2 | 3D | 13 |
| Octal | 23 | 117 | 115 | 114 | 0 | 3 | 105 | 262 | 75 | 23 |
| Binary | 10011 | 1001111 | 1001101 | 1001100 | 0 | 11 | 1000101 | 10110010 | 111101 | 10011 |
Color Harmonies of #134F4D
Complementary color
Monochromatic Colors of #134F4D
Black with #134F4D
Text Example
Text Example
White with #134F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F4D; }
p { color: rgb(19,79,77); }
H1.HeaderClassName
{
color: #134F4D;
}
.AnyTagClassName
{
color: #134F4D;
}
</style>
background-color css
<style>
a { background-color: #134F4D; }
a { background-color: rgb(19,79,77); }
div.DivClassName
{
background-color: #134F4D;
}
.BgClassName
{
background-color: #134F4D;
}
</style>
border-color css
<style>
span { border-color: #134F4D; }
span { border-color: rgb(19,79,77); }
td.TdClassName
{
border-color: #134F4D;
}
.TagClassName
{
border-color: #134F4D;
}
</style>