Shades of Green Vogue #144552
Tints of Green Vogue #144552
RGB
CMYK
RGB Variations
Color information
#144552 (or 0x144552) is known color: Green Vogue. HEX triplet: 14, 45 and 52. RGB value is (20,69,82). Sum of RGB (Red+Green+Blue) = 20+69+82=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #144552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144552 is #EBBAAD. Grayscale: #373737. Windows color (decimal): -15448750 or 5391636. OLE color: 5391636.
HSL color Cylindrical-coordinate representation of color #144552: hue angle of 192.58º 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 #144552 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 69 | 82 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.68 |
| HSL | 192.58º | 0.61% | 0.2% | - |
| HSV(B) | 192.58º | 0.76% | 0.32% | - |
| XYZ | 3.94 | 5.01 | 8.74 | - |
| YUV | 55.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 82 | 0.76 | 0.16 | 0 | 0.68 | 192.58 | 0.61 | 0.2 |
| Hex | 14 | 45 | 52 | 4C | 10 | 0 | 44 | C1 | 3D | 14 |
| Octal | 24 | 105 | 122 | 114 | 20 | 0 | 104 | 301 | 75 | 24 |
| Binary | 10100 | 1000101 | 1010010 | 1001100 | 10000 | 0 | 1000100 | 11000001 | 111101 | 10100 |
Color Harmonies of #144552
Complementary color
Monochromatic Colors of #144552
Black with #144552
Text Example
Text Example
White with #144552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144552; }
p { color: rgb(20,69,82); }
H1.HeaderClassName
{
color: #144552;
}
.AnyTagClassName
{
color: #144552;
}
</style>
background-color css
<style>
a { background-color: #144552; }
a { background-color: rgb(20,69,82); }
div.DivClassName
{
background-color: #144552;
}
.BgClassName
{
background-color: #144552;
}
</style>
border-color css
<style>
span { border-color: #144552; }
span { border-color: rgb(20,69,82); }
td.TdClassName
{
border-color: #144552;
}
.TagClassName
{
border-color: #144552;
}
</style>