Shades of Green Vogue #144550
Tints of Green Vogue #144550
RGB
CMYK
RGB Variations
Color information
#144550 (or 0x144550) is known color: Green Vogue. HEX triplet: 14, 45 and 50. RGB value is (20,69,80). Sum of RGB (Red+Green+Blue) = 20+69+80=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #144550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144550 is #EBBAAF. Grayscale: #373737. Windows color (decimal): -15448752 or 5260564. OLE color: 5260564.
HSL color Cylindrical-coordinate representation of color #144550: hue angle of 191º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144550 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 69 | 80 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.69 |
| HSL | 191º | 0.6% | 0.2% | - |
| HSV(B) | 191º | 0.75% | 0.31% | - |
| XYZ | 3.86 | 4.98 | 8.35 | - |
| YUV | 55.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 80 | 0.75 | 0.14 | 0 | 0.69 | 191 | 0.6 | 0.2 |
| Hex | 14 | 45 | 50 | 4B | E | 0 | 45 | BF | 3C | 14 |
| Octal | 24 | 105 | 120 | 113 | 16 | 0 | 105 | 277 | 74 | 24 |
| Binary | 10100 | 1000101 | 1010000 | 1001011 | 1110 | 0 | 1000101 | 10111111 | 111100 | 10100 |
Color Harmonies of #144550
Complementary color
Monochromatic Colors of #144550
Black with #144550
Text Example
Text Example
White with #144550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144550; }
p { color: rgb(20,69,80); }
H1.HeaderClassName
{
color: #144550;
}
.AnyTagClassName
{
color: #144550;
}
</style>
background-color css
<style>
a { background-color: #144550; }
a { background-color: rgb(20,69,80); }
div.DivClassName
{
background-color: #144550;
}
.BgClassName
{
background-color: #144550;
}
</style>
border-color css
<style>
span { border-color: #144550; }
span { border-color: rgb(20,69,80); }
td.TdClassName
{
border-color: #144550;
}
.TagClassName
{
border-color: #144550;
}
</style>