Shades of Cyprus #144D45
Tints of Cyprus #144D45
RGB
CMYK
RGB Variations
Color information
#144D45 (or 0x144D45) is known color: Cyprus. HEX triplet: 14, 4D and 45. RGB value is (20,77,69). Sum of RGB (Red+Green+Blue) = 20+77+69=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #144D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D45 is #EBB2BA. Grayscale: #3B3B3B. Windows color (decimal): -15446715 or 4541716. OLE color: 4541716.
HSL color Cylindrical-coordinate representation of color #144D45: hue angle of 171.58º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D45 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 69 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.70 |
| HSL | 171.58º | 0.59% | 0.19% | - |
| HSV(B) | 171.58º | 0.74% | 0.3% | - |
| XYZ | 4.02 | 5.89 | 6.55 | - |
| YUV | 59.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 69 | 0.74 | 0 | 0.10 | 0.70 | 171.58 | 0.59 | 0.19 |
| Hex | 14 | 4D | 45 | 4A | 0 | A | 46 | AC | 3B | 13 |
| Octal | 24 | 115 | 105 | 112 | 0 | 12 | 106 | 254 | 73 | 23 |
| Binary | 10100 | 1001101 | 1000101 | 1001010 | 0 | 1010 | 1000110 | 10101100 | 111011 | 10011 |
Color Harmonies of #144D45
Complementary color
Monochromatic Colors of #144D45
Black with #144D45
Text Example
Text Example
White with #144D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D45; }
p { color: rgb(20,77,69); }
H1.HeaderClassName
{
color: #144D45;
}
.AnyTagClassName
{
color: #144D45;
}
</style>
background-color css
<style>
a { background-color: #144D45; }
a { background-color: rgb(20,77,69); }
div.DivClassName
{
background-color: #144D45;
}
.BgClassName
{
background-color: #144D45;
}
</style>
border-color css
<style>
span { border-color: #144D45; }
span { border-color: rgb(20,77,69); }
td.TdClassName
{
border-color: #144D45;
}
.TagClassName
{
border-color: #144D45;
}
</style>