Shades of Cyprus #134C47
Tints of Cyprus #134C47
RGB
CMYK
RGB Variations
Color information
#134C47 (or 0x134C47) is known color: Cyprus. HEX triplet: 13, 4C and 47. RGB value is (19,76,71). Sum of RGB (Red+Green+Blue) = 19+76+71=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 76 - color contains mainly: green. Hex color #134C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C47 is #ECB3B8. Grayscale: #3A3A3A. Windows color (decimal): -15512505 or 4672531. OLE color: 4672531.
HSL color Cylindrical-coordinate representation of color #134C47: hue angle of 174.74º 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 #134C47 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 76 | 71 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.70 |
| HSL | 174.74º | 0.6% | 0.19% | - |
| HSV(B) | 174.74º | 0.75% | 0.3% | - |
| XYZ | 3.99 | 5.76 | 6.86 | - |
| YUV | 58.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 71 | 0.75 | 0 | 0.07 | 0.70 | 174.74 | 0.6 | 0.19 |
| Hex | 13 | 4C | 47 | 4B | 0 | 7 | 46 | AF | 3C | 13 |
| Octal | 23 | 114 | 107 | 113 | 0 | 7 | 106 | 257 | 74 | 23 |
| Binary | 10011 | 1001100 | 1000111 | 1001011 | 0 | 111 | 1000110 | 10101111 | 111100 | 10011 |
Color Harmonies of #134C47
Complementary color
Monochromatic Colors of #134C47
Black with #134C47
Text Example
Text Example
White with #134C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C47; }
p { color: rgb(19,76,71); }
H1.HeaderClassName
{
color: #134C47;
}
.AnyTagClassName
{
color: #134C47;
}
</style>
background-color css
<style>
a { background-color: #134C47; }
a { background-color: rgb(19,76,71); }
div.DivClassName
{
background-color: #134C47;
}
.BgClassName
{
background-color: #134C47;
}
</style>
border-color css
<style>
span { border-color: #134C47; }
span { border-color: rgb(19,76,71); }
td.TdClassName
{
border-color: #134C47;
}
.TagClassName
{
border-color: #134C47;
}
</style>