Shades of Green Vogue #143C4D
Tints of Green Vogue #143C4D
RGB
CMYK
RGB Variations
Color information
#143C4D (or 0x143C4D) is known color: Green Vogue. HEX triplet: 14, 3C and 4D. RGB value is (20,60,77). Sum of RGB (Red+Green+Blue) = 20+60+77=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #143C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C4D is #EBC3B2. Grayscale: #313131. Windows color (decimal): -15451059 or 5061652. OLE color: 5061652.
HSL color Cylindrical-coordinate representation of color #143C4D: hue angle of 197.89º 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 #143C4D is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 60 | 77 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.70 |
| HSL | 197.89º | 0.59% | 0.19% | - |
| HSV(B) | 197.89º | 0.74% | 0.3% | - |
| XYZ | 3.24 | 3.92 | 7.61 | - |
| YUV | 49.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 77 | 0.74 | 0.22 | 0 | 0.70 | 197.89 | 0.59 | 0.19 |
| Hex | 14 | 3C | 4D | 4A | 16 | 0 | 46 | C6 | 3B | 13 |
| Octal | 24 | 74 | 115 | 112 | 26 | 0 | 106 | 306 | 73 | 23 |
| Binary | 10100 | 111100 | 1001101 | 1001010 | 10110 | 0 | 1000110 | 11000110 | 111011 | 10011 |
Color Harmonies of #143C4D
Complementary color
Monochromatic Colors of #143C4D
Black with #143C4D
Text Example
Text Example
White with #143C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C4D; }
p { color: rgb(20,60,77); }
H1.HeaderClassName
{
color: #143C4D;
}
.AnyTagClassName
{
color: #143C4D;
}
</style>
background-color css
<style>
a { background-color: #143C4D; }
a { background-color: rgb(20,60,77); }
div.DivClassName
{
background-color: #143C4D;
}
.BgClassName
{
background-color: #143C4D;
}
</style>
border-color css
<style>
span { border-color: #143C4D; }
span { border-color: rgb(20,60,77); }
td.TdClassName
{
border-color: #143C4D;
}
.TagClassName
{
border-color: #143C4D;
}
</style>