Shades of Green Vogue #144553
Tints of Green Vogue #144553
RGB
CMYK
RGB Variations
Color information
#144553 (or 0x144553) is known color: Green Vogue. HEX triplet: 14, 45 and 53. RGB value is (20,69,83). Sum of RGB (Red+Green+Blue) = 20+69+83=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #144553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144553 is #EBBAAC. Grayscale: #373737. Windows color (decimal): -15448749 or 5457172. OLE color: 5457172.
HSL color Cylindrical-coordinate representation of color #144553: hue angle of 193.33º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144553 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 69 | 83 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.67 |
| HSL | 193.33º | 0.61% | 0.2% | - |
| HSV(B) | 193.33º | 0.76% | 0.33% | - |
| XYZ | 3.98 | 5.03 | 8.94 | - |
| YUV | 55.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 83 | 0.76 | 0.17 | 0 | 0.67 | 193.33 | 0.61 | 0.2 |
| Hex | 14 | 45 | 53 | 4C | 11 | 0 | 43 | C1 | 3D | 14 |
| Octal | 24 | 105 | 123 | 114 | 21 | 0 | 103 | 301 | 75 | 24 |
| Binary | 10100 | 1000101 | 1010011 | 1001100 | 10001 | 0 | 1000011 | 11000001 | 111101 | 10100 |
Color Harmonies of #144553
Complementary color
Monochromatic Colors of #144553
Black with #144553
Text Example
Text Example
White with #144553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144553; }
p { color: rgb(20,69,83); }
H1.HeaderClassName
{
color: #144553;
}
.AnyTagClassName
{
color: #144553;
}
</style>
background-color css
<style>
a { background-color: #144553; }
a { background-color: rgb(20,69,83); }
div.DivClassName
{
background-color: #144553;
}
.BgClassName
{
background-color: #144553;
}
</style>
border-color css
<style>
span { border-color: #144553; }
span { border-color: rgb(20,69,83); }
td.TdClassName
{
border-color: #144553;
}
.TagClassName
{
border-color: #144553;
}
</style>