Shades of Green Vogue #144051
Tints of Green Vogue #144051
RGB
CMYK
RGB Variations
Color information
#144051 (or 0x144051) is known color: Green Vogue. HEX triplet: 14, 40 and 51. RGB value is (20,64,81). Sum of RGB (Red+Green+Blue) = 20+64+81=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #144051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144051 is #EBBFAE. Grayscale: #343434. Windows color (decimal): -15450031 or 5324820. OLE color: 5324820.
HSL color Cylindrical-coordinate representation of color #144051: hue angle of 196.72º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144051 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 64 | 81 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.68 |
| HSL | 196.72º | 0.6% | 0.2% | - |
| HSV(B) | 196.72º | 0.75% | 0.32% | - |
| XYZ | 3.61 | 4.41 | 8.45 | - |
| YUV | 52.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 81 | 0.75 | 0.21 | 0 | 0.68 | 196.72 | 0.6 | 0.2 |
| Hex | 14 | 40 | 51 | 4B | 15 | 0 | 44 | C5 | 3C | 14 |
| Octal | 24 | 100 | 121 | 113 | 25 | 0 | 104 | 305 | 74 | 24 |
| Binary | 10100 | 1000000 | 1010001 | 1001011 | 10101 | 0 | 1000100 | 11000101 | 111100 | 10100 |
Color Harmonies of #144051
Complementary color
Monochromatic Colors of #144051
Black with #144051
Text Example
Text Example
White with #144051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144051; }
p { color: rgb(20,64,81); }
H1.HeaderClassName
{
color: #144051;
}
.AnyTagClassName
{
color: #144051;
}
</style>
background-color css
<style>
a { background-color: #144051; }
a { background-color: rgb(20,64,81); }
div.DivClassName
{
background-color: #144051;
}
.BgClassName
{
background-color: #144051;
}
</style>
border-color css
<style>
span { border-color: #144051; }
span { border-color: rgb(20,64,81); }
td.TdClassName
{
border-color: #144051;
}
.TagClassName
{
border-color: #144051;
}
</style>