Shades of Green Vogue #143C51
Tints of Green Vogue #143C51
RGB
CMYK
RGB Variations
Color information
#143C51 (or 0x143C51) is known color: Green Vogue. HEX triplet: 14, 3C and 51. RGB value is (20,60,81). Sum of RGB (Red+Green+Blue) = 20+60+81=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #143C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C51 is #EBC3AE. Grayscale: #323232. Windows color (decimal): -15451055 or 5323796. OLE color: 5323796.
HSL color Cylindrical-coordinate representation of color #143C51: hue angle of 200.66º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143C51 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 60 | 81 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.68 |
| HSL | 200.66º | 0.6% | 0.2% | - |
| HSV(B) | 200.66º | 0.75% | 0.32% | - |
| XYZ | 3.39 | 3.97 | 8.37 | - |
| YUV | 50.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 81 | 0.75 | 0.26 | 0 | 0.68 | 200.66 | 0.6 | 0.2 |
| Hex | 14 | 3C | 51 | 4B | 1A | 0 | 44 | C9 | 3C | 14 |
| Octal | 24 | 74 | 121 | 113 | 32 | 0 | 104 | 311 | 74 | 24 |
| Binary | 10100 | 111100 | 1010001 | 1001011 | 11010 | 0 | 1000100 | 11001001 | 111100 | 10100 |
Color Harmonies of #143C51
Complementary color
Monochromatic Colors of #143C51
Black with #143C51
Text Example
Text Example
White with #143C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C51; }
p { color: rgb(20,60,81); }
H1.HeaderClassName
{
color: #143C51;
}
.AnyTagClassName
{
color: #143C51;
}
</style>
background-color css
<style>
a { background-color: #143C51; }
a { background-color: rgb(20,60,81); }
div.DivClassName
{
background-color: #143C51;
}
.BgClassName
{
background-color: #143C51;
}
</style>
border-color css
<style>
span { border-color: #143C51; }
span { border-color: rgb(20,60,81); }
td.TdClassName
{
border-color: #143C51;
}
.TagClassName
{
border-color: #143C51;
}
</style>