Shades of Green Vogue #143C4E
Tints of Green Vogue #143C4E
RGB
CMYK
RGB Variations
Color information
#143C4E (or 0x143C4E) is known color: Green Vogue. HEX triplet: 14, 3C and 4E. RGB value is (20,60,78). Sum of RGB (Red+Green+Blue) = 20+60+78=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #143C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C4E is #EBC3B1. Grayscale: #313131. Windows color (decimal): -15451058 or 5127188. OLE color: 5127188.
HSL color Cylindrical-coordinate representation of color #143C4E: hue angle of 198.62º 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 #143C4E is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 60 | 78 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.69 |
| HSL | 198.62º | 0.59% | 0.19% | - |
| HSV(B) | 198.62º | 0.74% | 0.31% | - |
| XYZ | 3.28 | 3.93 | 7.79 | - |
| YUV | 50.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 78 | 0.74 | 0.23 | 0 | 0.69 | 198.62 | 0.59 | 0.19 |
| Hex | 14 | 3C | 4E | 4A | 17 | 0 | 45 | C7 | 3B | 13 |
| Octal | 24 | 74 | 116 | 112 | 27 | 0 | 105 | 307 | 73 | 23 |
| Binary | 10100 | 111100 | 1001110 | 1001010 | 10111 | 0 | 1000101 | 11000111 | 111011 | 10011 |
Color Harmonies of #143C4E
Complementary color
Monochromatic Colors of #143C4E
Black with #143C4E
Text Example
Text Example
White with #143C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C4E; }
p { color: rgb(20,60,78); }
H1.HeaderClassName
{
color: #143C4E;
}
.AnyTagClassName
{
color: #143C4E;
}
</style>
background-color css
<style>
a { background-color: #143C4E; }
a { background-color: rgb(20,60,78); }
div.DivClassName
{
background-color: #143C4E;
}
.BgClassName
{
background-color: #143C4E;
}
</style>
border-color css
<style>
span { border-color: #143C4E; }
span { border-color: rgb(20,60,78); }
td.TdClassName
{
border-color: #143C4E;
}
.TagClassName
{
border-color: #143C4E;
}
</style>