Shades of Green Vogue #144151
Tints of Green Vogue #144151
RGB
CMYK
RGB Variations
Color information
#144151 (or 0x144151) is known color: Green Vogue. HEX triplet: 14, 41 and 51. RGB value is (20,65,81). Sum of RGB (Red+Green+Blue) = 20+65+81=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #144151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144151 is #EBBEAE. Grayscale: #353535. Windows color (decimal): -15449775 or 5325076. OLE color: 5325076.
HSL color Cylindrical-coordinate representation of color #144151: hue angle of 195.74º 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 #144151 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 65 | 81 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.68 |
| HSL | 195.74º | 0.6% | 0.2% | - |
| HSV(B) | 195.74º | 0.75% | 0.32% | - |
| XYZ | 3.66 | 4.52 | 8.46 | - |
| YUV | 53.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 81 | 0.75 | 0.20 | 0 | 0.68 | 195.74 | 0.6 | 0.2 |
| Hex | 14 | 41 | 51 | 4B | 14 | 0 | 44 | C4 | 3C | 14 |
| Octal | 24 | 101 | 121 | 113 | 24 | 0 | 104 | 304 | 74 | 24 |
| Binary | 10100 | 1000001 | 1010001 | 1001011 | 10100 | 0 | 1000100 | 11000100 | 111100 | 10100 |
Color Harmonies of #144151
Complementary color
Monochromatic Colors of #144151
Black with #144151
Text Example
Text Example
White with #144151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144151; }
p { color: rgb(20,65,81); }
H1.HeaderClassName
{
color: #144151;
}
.AnyTagClassName
{
color: #144151;
}
</style>
background-color css
<style>
a { background-color: #144151; }
a { background-color: rgb(20,65,81); }
div.DivClassName
{
background-color: #144151;
}
.BgClassName
{
background-color: #144151;
}
</style>
border-color css
<style>
span { border-color: #144151; }
span { border-color: rgb(20,65,81); }
td.TdClassName
{
border-color: #144151;
}
.TagClassName
{
border-color: #144151;
}
</style>