Shades of Cyprus #144D48
Tints of Cyprus #144D48
RGB
CMYK
RGB Variations
Color information
#144D48 (or 0x144D48) is known color: Cyprus. HEX triplet: 14, 4D and 48. RGB value is (20,77,72). Sum of RGB (Red+Green+Blue) = 20+77+72=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #144D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D48 is #EBB2B7. Grayscale: #3B3B3B. Windows color (decimal): -15446712 or 4738324. OLE color: 4738324.
HSL color Cylindrical-coordinate representation of color #144D48: hue angle of 174.74º 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 #144D48 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 72 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.70 |
| HSL | 174.74º | 0.59% | 0.19% | - |
| HSV(B) | 174.74º | 0.74% | 0.3% | - |
| XYZ | 4.11 | 5.92 | 7.06 | - |
| YUV | 59.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 72 | 0.74 | 0 | 0.06 | 0.70 | 174.74 | 0.59 | 0.19 |
| Hex | 14 | 4D | 48 | 4A | 0 | 6 | 46 | AF | 3B | 13 |
| Octal | 24 | 115 | 110 | 112 | 0 | 6 | 106 | 257 | 73 | 23 |
| Binary | 10100 | 1001101 | 1001000 | 1001010 | 0 | 110 | 1000110 | 10101111 | 111011 | 10011 |
Color Harmonies of #144D48
Complementary color
Monochromatic Colors of #144D48
Black with #144D48
Text Example
Text Example
White with #144D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D48; }
p { color: rgb(20,77,72); }
H1.HeaderClassName
{
color: #144D48;
}
.AnyTagClassName
{
color: #144D48;
}
</style>
background-color css
<style>
a { background-color: #144D48; }
a { background-color: rgb(20,77,72); }
div.DivClassName
{
background-color: #144D48;
}
.BgClassName
{
background-color: #144D48;
}
</style>
border-color css
<style>
span { border-color: #144D48; }
span { border-color: rgb(20,77,72); }
td.TdClassName
{
border-color: #144D48;
}
.TagClassName
{
border-color: #144D48;
}
</style>