Shades of Green Vogue #14404C
Tints of Green Vogue #14404C
RGB
CMYK
RGB Variations
Color information
#14404C (or 0x14404C) is known color: Green Vogue. HEX triplet: 14, 40 and 4C. RGB value is (20,64,76). Sum of RGB (Red+Green+Blue) = 20+64+76=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #14404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14404C is #EBBFB3. Grayscale: #343434. Windows color (decimal): -15450036 or 4997140. OLE color: 4997140.
HSL color Cylindrical-coordinate representation of color #14404C: hue angle of 192.86º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14404C is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 64 | 76 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.70 |
| HSL | 192.86º | 0.58% | 0.19% | - |
| HSV(B) | 192.86º | 0.74% | 0.3% | - |
| XYZ | 3.43 | 4.34 | 7.49 | - |
| YUV | 52.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 76 | 0.74 | 0.16 | 0 | 0.70 | 192.86 | 0.58 | 0.19 |
| Hex | 14 | 40 | 4C | 4A | 10 | 0 | 46 | C1 | 3A | 13 |
| Octal | 24 | 100 | 114 | 112 | 20 | 0 | 106 | 301 | 72 | 23 |
| Binary | 10100 | 1000000 | 1001100 | 1001010 | 10000 | 0 | 1000110 | 11000001 | 111010 | 10011 |
Color Harmonies of #14404C
Complementary color
Monochromatic Colors of #14404C
Black with #14404C
Text Example
Text Example
White with #14404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14404C; }
p { color: rgb(20,64,76); }
H1.HeaderClassName
{
color: #14404C;
}
.AnyTagClassName
{
color: #14404C;
}
</style>
background-color css
<style>
a { background-color: #14404C; }
a { background-color: rgb(20,64,76); }
div.DivClassName
{
background-color: #14404C;
}
.BgClassName
{
background-color: #14404C;
}
</style>
border-color css
<style>
span { border-color: #14404C; }
span { border-color: rgb(20,64,76); }
td.TdClassName
{
border-color: #14404C;
}
.TagClassName
{
border-color: #14404C;
}
</style>