Shades of Green Vogue #144252
Tints of Green Vogue #144252
RGB
CMYK
RGB Variations
Color information
#144252 (or 0x144252) is known color: Green Vogue. HEX triplet: 14, 42 and 52. RGB value is (20,66,82). Sum of RGB (Red+Green+Blue) = 20+66+82=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #144252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144252 is #EBBDAD. Grayscale: #353535. Windows color (decimal): -15449518 or 5390868. OLE color: 5390868.
HSL color Cylindrical-coordinate representation of color #144252: hue angle of 195.48º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144252 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 66 | 82 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.68 |
| HSL | 195.48º | 0.61% | 0.2% | - |
| HSV(B) | 195.48º | 0.76% | 0.32% | - |
| XYZ | 3.76 | 4.65 | 8.68 | - |
| YUV | 54.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 82 | 0.76 | 0.20 | 0 | 0.68 | 195.48 | 0.61 | 0.2 |
| Hex | 14 | 42 | 52 | 4C | 14 | 0 | 44 | C3 | 3D | 14 |
| Octal | 24 | 102 | 122 | 114 | 24 | 0 | 104 | 303 | 75 | 24 |
| Binary | 10100 | 1000010 | 1010010 | 1001100 | 10100 | 0 | 1000100 | 11000011 | 111101 | 10100 |
Color Harmonies of #144252
Complementary color
Monochromatic Colors of #144252
Black with #144252
Text Example
Text Example
White with #144252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144252; }
p { color: rgb(20,66,82); }
H1.HeaderClassName
{
color: #144252;
}
.AnyTagClassName
{
color: #144252;
}
</style>
background-color css
<style>
a { background-color: #144252; }
a { background-color: rgb(20,66,82); }
div.DivClassName
{
background-color: #144252;
}
.BgClassName
{
background-color: #144252;
}
</style>
border-color css
<style>
span { border-color: #144252; }
span { border-color: rgb(20,66,82); }
td.TdClassName
{
border-color: #144252;
}
.TagClassName
{
border-color: #144252;
}
</style>