Shades of Cyprus #144B4A
Tints of Cyprus #144B4A
RGB
CMYK
RGB Variations
Color information
#144B4A (or 0x144B4A) is known color: Cyprus. HEX triplet: 14, 4B and 4A. RGB value is (20,75,74). Sum of RGB (Red+Green+Blue) = 20+75+74=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #144B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B4A is #EBB4B5. Grayscale: #3A3A3A. Windows color (decimal): -15447222 or 4868884. OLE color: 4868884.
HSL color Cylindrical-coordinate representation of color #144B4A: hue angle of 178.91º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B4A is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 75 | 74 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.71 |
| HSL | 178.91º | 0.58% | 0.19% | - |
| HSV(B) | 178.91º | 0.73% | 0.29% | - |
| XYZ | 4.04 | 5.68 | 7.36 | - |
| YUV | 58.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 74 | 0.73 | 0 | 0.01 | 0.71 | 178.91 | 0.58 | 0.19 |
| Hex | 14 | 4B | 4A | 49 | 0 | 1 | 47 | B3 | 3A | 13 |
| Octal | 24 | 113 | 112 | 111 | 0 | 1 | 107 | 263 | 72 | 23 |
| Binary | 10100 | 1001011 | 1001010 | 1001001 | 0 | 1 | 1000111 | 10110011 | 111010 | 10011 |
Color Harmonies of #144B4A
Complementary color
Monochromatic Colors of #144B4A
Black with #144B4A
Text Example
Text Example
White with #144B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B4A; }
p { color: rgb(20,75,74); }
H1.HeaderClassName
{
color: #144B4A;
}
.AnyTagClassName
{
color: #144B4A;
}
</style>
background-color css
<style>
a { background-color: #144B4A; }
a { background-color: rgb(20,75,74); }
div.DivClassName
{
background-color: #144B4A;
}
.BgClassName
{
background-color: #144B4A;
}
</style>
border-color css
<style>
span { border-color: #144B4A; }
span { border-color: rgb(20,75,74); }
td.TdClassName
{
border-color: #144B4A;
}
.TagClassName
{
border-color: #144B4A;
}
</style>