Shades of Green Vogue #143D4D
Tints of Green Vogue #143D4D
RGB
CMYK
RGB Variations
Color information
#143D4D (or 0x143D4D) is known color: Green Vogue. HEX triplet: 14, 3D and 4D. RGB value is (20,61,77). Sum of RGB (Red+Green+Blue) = 20+61+77=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #143D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D4D is #EBC2B2. Grayscale: #323232. Windows color (decimal): -15450803 or 5061908. OLE color: 5061908.
HSL color Cylindrical-coordinate representation of color #143D4D: hue angle of 196.84º degrees, saturation: 0.59, 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 #143D4D is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 61 | 77 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.70 |
| HSL | 196.84º | 0.59% | 0.19% | - |
| HSV(B) | 196.84º | 0.74% | 0.3% | - |
| XYZ | 3.3 | 4.02 | 7.62 | - |
| YUV | 50.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 77 | 0.74 | 0.21 | 0 | 0.70 | 196.84 | 0.59 | 0.19 |
| Hex | 14 | 3D | 4D | 4A | 15 | 0 | 46 | C5 | 3B | 13 |
| Octal | 24 | 75 | 115 | 112 | 25 | 0 | 106 | 305 | 73 | 23 |
| Binary | 10100 | 111101 | 1001101 | 1001010 | 10101 | 0 | 1000110 | 11000101 | 111011 | 10011 |
Color Harmonies of #143D4D
Complementary color
Monochromatic Colors of #143D4D
Black with #143D4D
Text Example
Text Example
White with #143D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D4D; }
p { color: rgb(20,61,77); }
H1.HeaderClassName
{
color: #143D4D;
}
.AnyTagClassName
{
color: #143D4D;
}
</style>
background-color css
<style>
a { background-color: #143D4D; }
a { background-color: rgb(20,61,77); }
div.DivClassName
{
background-color: #143D4D;
}
.BgClassName
{
background-color: #143D4D;
}
</style>
border-color css
<style>
span { border-color: #143D4D; }
span { border-color: rgb(20,61,77); }
td.TdClassName
{
border-color: #143D4D;
}
.TagClassName
{
border-color: #143D4D;
}
</style>