Shades of Cyprus #134A45
Tints of Cyprus #134A45
RGB
CMYK
RGB Variations
Color information
#134A45 (or 0x134A45) is known color: Cyprus. HEX triplet: 13, 4A and 45. RGB value is (19,74,69). Sum of RGB (Red+Green+Blue) = 19+74+69=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 74 - color contains mainly: green. Hex color #134A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A45 is #ECB5BA. Grayscale: #383838. Windows color (decimal): -15513019 or 4540947. OLE color: 4540947.
HSL color Cylindrical-coordinate representation of color #134A45: hue angle of 174.55º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134A45 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 74 | 69 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.71 |
| HSL | 174.55º | 0.59% | 0.18% | - |
| HSV(B) | 174.55º | 0.74% | 0.29% | - |
| XYZ | 3.79 | 5.47 | 6.49 | - |
| YUV | 56.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 69 | 0.74 | 0 | 0.07 | 0.71 | 174.55 | 0.59 | 0.18 |
| Hex | 13 | 4A | 45 | 4A | 0 | 7 | 47 | AF | 3B | 12 |
| Octal | 23 | 112 | 105 | 112 | 0 | 7 | 107 | 257 | 73 | 22 |
| Binary | 10011 | 1001010 | 1000101 | 1001010 | 0 | 111 | 1000111 | 10101111 | 111011 | 10010 |
Color Harmonies of #134A45
Complementary color
Monochromatic Colors of #134A45
Black with #134A45
Text Example
Text Example
White with #134A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A45; }
p { color: rgb(19,74,69); }
H1.HeaderClassName
{
color: #134A45;
}
.AnyTagClassName
{
color: #134A45;
}
</style>
background-color css
<style>
a { background-color: #134A45; }
a { background-color: rgb(19,74,69); }
div.DivClassName
{
background-color: #134A45;
}
.BgClassName
{
background-color: #134A45;
}
</style>
border-color css
<style>
span { border-color: #134A45; }
span { border-color: rgb(19,74,69); }
td.TdClassName
{
border-color: #134A45;
}
.TagClassName
{
border-color: #134A45;
}
</style>