Shades of Green Vogue #144050
Tints of Green Vogue #144050
RGB
CMYK
RGB Variations
Color information
#144050 (or 0x144050) is known color: Green Vogue. HEX triplet: 14, 40 and 50. RGB value is (20,64,80). Sum of RGB (Red+Green+Blue) = 20+64+80=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #144050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144050 is #EBBFAF. Grayscale: #343434. Windows color (decimal): -15450032 or 5259284. OLE color: 5259284.
HSL color Cylindrical-coordinate representation of color #144050: hue angle of 196º 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 #144050 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 64 | 80 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.69 |
| HSL | 196º | 0.6% | 0.2% | - |
| HSV(B) | 196º | 0.75% | 0.31% | - |
| XYZ | 3.57 | 4.39 | 8.25 | - |
| YUV | 52.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 80 | 0.75 | 0.20 | 0 | 0.69 | 196 | 0.6 | 0.2 |
| Hex | 14 | 40 | 50 | 4B | 14 | 0 | 45 | C4 | 3C | 14 |
| Octal | 24 | 100 | 120 | 113 | 24 | 0 | 105 | 304 | 74 | 24 |
| Binary | 10100 | 1000000 | 1010000 | 1001011 | 10100 | 0 | 1000101 | 11000100 | 111100 | 10100 |
Color Harmonies of #144050
Complementary color
Monochromatic Colors of #144050
Black with #144050
Text Example
Text Example
White with #144050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144050; }
p { color: rgb(20,64,80); }
H1.HeaderClassName
{
color: #144050;
}
.AnyTagClassName
{
color: #144050;
}
</style>
background-color css
<style>
a { background-color: #144050; }
a { background-color: rgb(20,64,80); }
div.DivClassName
{
background-color: #144050;
}
.BgClassName
{
background-color: #144050;
}
</style>
border-color css
<style>
span { border-color: #144050; }
span { border-color: rgb(20,64,80); }
td.TdClassName
{
border-color: #144050;
}
.TagClassName
{
border-color: #144050;
}
</style>