Shades of Green Vogue #143C50
Tints of Green Vogue #143C50
RGB
CMYK
RGB Variations
Color information
#143C50 (or 0x143C50) is known color: Green Vogue. HEX triplet: 14, 3C and 50. RGB value is (20,60,80). Sum of RGB (Red+Green+Blue) = 20+60+80=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #143C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C50 is #EBC3AF. Grayscale: #323232. Windows color (decimal): -15451056 or 5258260. OLE color: 5258260.
HSL color Cylindrical-coordinate representation of color #143C50: hue angle of 200º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143C50 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 60 | 80 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.69 |
| HSL | 200º | 0.6% | 0.2% | - |
| HSV(B) | 200º | 0.75% | 0.31% | - |
| XYZ | 3.35 | 3.96 | 8.18 | - |
| YUV | 50.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 80 | 0.75 | 0.25 | 0 | 0.69 | 200 | 0.6 | 0.2 |
| Hex | 14 | 3C | 50 | 4B | 19 | 0 | 45 | C8 | 3C | 14 |
| Octal | 24 | 74 | 120 | 113 | 31 | 0 | 105 | 310 | 74 | 24 |
| Binary | 10100 | 111100 | 1010000 | 1001011 | 11001 | 0 | 1000101 | 11001000 | 111100 | 10100 |
Color Harmonies of #143C50
Complementary color
Monochromatic Colors of #143C50
Black with #143C50
Text Example
Text Example
White with #143C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C50; }
p { color: rgb(20,60,80); }
H1.HeaderClassName
{
color: #143C50;
}
.AnyTagClassName
{
color: #143C50;
}
</style>
background-color css
<style>
a { background-color: #143C50; }
a { background-color: rgb(20,60,80); }
div.DivClassName
{
background-color: #143C50;
}
.BgClassName
{
background-color: #143C50;
}
</style>
border-color css
<style>
span { border-color: #143C50; }
span { border-color: rgb(20,60,80); }
td.TdClassName
{
border-color: #143C50;
}
.TagClassName
{
border-color: #143C50;
}
</style>