Shades of Green Vogue #143E4E
Tints of Green Vogue #143E4E
RGB
CMYK
RGB Variations
Color information
#143E4E (or 0x143E4E) is known color: Green Vogue. HEX triplet: 14, 3E and 4E. RGB value is (20,62,78). Sum of RGB (Red+Green+Blue) = 20+62+78=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #143E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E4E is #EBC1B1. Grayscale: #333333. Windows color (decimal): -15450546 or 5127700. OLE color: 5127700.
HSL color Cylindrical-coordinate representation of color #143E4E: hue angle of 196.55º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #143E4E is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 62 | 78 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.69 |
| HSL | 196.55º | 0.59% | 0.19% | - |
| HSV(B) | 196.55º | 0.74% | 0.31% | - |
| XYZ | 3.39 | 4.14 | 7.83 | - |
| YUV | 51.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 78 | 0.74 | 0.21 | 0 | 0.69 | 196.55 | 0.59 | 0.19 |
| Hex | 14 | 3E | 4E | 4A | 15 | 0 | 45 | C5 | 3B | 13 |
| Octal | 24 | 76 | 116 | 112 | 25 | 0 | 105 | 305 | 73 | 23 |
| Binary | 10100 | 111110 | 1001110 | 1001010 | 10101 | 0 | 1000101 | 11000101 | 111011 | 10011 |
Color Harmonies of #143E4E
Complementary color
Monochromatic Colors of #143E4E
Black with #143E4E
Text Example
Text Example
White with #143E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E4E; }
p { color: rgb(20,62,78); }
H1.HeaderClassName
{
color: #143E4E;
}
.AnyTagClassName
{
color: #143E4E;
}
</style>
background-color css
<style>
a { background-color: #143E4E; }
a { background-color: rgb(20,62,78); }
div.DivClassName
{
background-color: #143E4E;
}
.BgClassName
{
background-color: #143E4E;
}
</style>
border-color css
<style>
span { border-color: #143E4E; }
span { border-color: rgb(20,62,78); }
td.TdClassName
{
border-color: #143E4E;
}
.TagClassName
{
border-color: #143E4E;
}
</style>