Shades of Green Vogue #143D4E
Tints of Green Vogue #143D4E
RGB
CMYK
RGB Variations
Color information
#143D4E (or 0x143D4E) is known color: Green Vogue. HEX triplet: 14, 3D and 4E. RGB value is (20,61,78). Sum of RGB (Red+Green+Blue) = 20+61+78=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #143D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D4E is #EBC2B1. Grayscale: #323232. Windows color (decimal): -15450802 or 5127444. OLE color: 5127444.
HSL color Cylindrical-coordinate representation of color #143D4E: hue angle of 197.59º 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 #143D4E is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 61 | 78 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.69 |
| HSL | 197.59º | 0.59% | 0.19% | - |
| HSV(B) | 197.59º | 0.74% | 0.31% | - |
| XYZ | 3.33 | 4.04 | 7.81 | - |
| YUV | 50.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 78 | 0.74 | 0.22 | 0 | 0.69 | 197.59 | 0.59 | 0.19 |
| Hex | 14 | 3D | 4E | 4A | 16 | 0 | 45 | C6 | 3B | 13 |
| Octal | 24 | 75 | 116 | 112 | 26 | 0 | 105 | 306 | 73 | 23 |
| Binary | 10100 | 111101 | 1001110 | 1001010 | 10110 | 0 | 1000101 | 11000110 | 111011 | 10011 |
Color Harmonies of #143D4E
Complementary color
Monochromatic Colors of #143D4E
Black with #143D4E
Text Example
Text Example
White with #143D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D4E; }
p { color: rgb(20,61,78); }
H1.HeaderClassName
{
color: #143D4E;
}
.AnyTagClassName
{
color: #143D4E;
}
</style>
background-color css
<style>
a { background-color: #143D4E; }
a { background-color: rgb(20,61,78); }
div.DivClassName
{
background-color: #143D4E;
}
.BgClassName
{
background-color: #143D4E;
}
</style>
border-color css
<style>
span { border-color: #143D4E; }
span { border-color: rgb(20,61,78); }
td.TdClassName
{
border-color: #143D4E;
}
.TagClassName
{
border-color: #143D4E;
}
</style>