Shades of Green Vogue #143C4A
Tints of Green Vogue #143C4A
RGB
CMYK
RGB Variations
Color information
#143C4A (or 0x143C4A) is known color: Green Vogue. HEX triplet: 14, 3C and 4A. RGB value is (20,60,74). Sum of RGB (Red+Green+Blue) = 20+60+74=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #143C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C4A is #EBC3B5. Grayscale: #313131. Windows color (decimal): -15451062 or 4865044. OLE color: 4865044.
HSL color Cylindrical-coordinate representation of color #143C4A: hue angle of 195.56º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #143C4A is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 60 | 74 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.71 |
| HSL | 195.56º | 0.57% | 0.18% | - |
| HSV(B) | 195.56º | 0.73% | 0.29% | - |
| XYZ | 3.14 | 3.87 | 7.06 | - |
| YUV | 49.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 74 | 0.73 | 0.19 | 0 | 0.71 | 195.56 | 0.57 | 0.18 |
| Hex | 14 | 3C | 4A | 49 | 13 | 0 | 47 | C4 | 39 | 12 |
| Octal | 24 | 74 | 112 | 111 | 23 | 0 | 107 | 304 | 71 | 22 |
| Binary | 10100 | 111100 | 1001010 | 1001001 | 10011 | 0 | 1000111 | 11000100 | 111001 | 10010 |
Color Harmonies of #143C4A
Complementary color
Monochromatic Colors of #143C4A
Black with #143C4A
Text Example
Text Example
White with #143C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C4A; }
p { color: rgb(20,60,74); }
H1.HeaderClassName
{
color: #143C4A;
}
.AnyTagClassName
{
color: #143C4A;
}
</style>
background-color css
<style>
a { background-color: #143C4A; }
a { background-color: rgb(20,60,74); }
div.DivClassName
{
background-color: #143C4A;
}
.BgClassName
{
background-color: #143C4A;
}
</style>
border-color css
<style>
span { border-color: #143C4A; }
span { border-color: rgb(20,60,74); }
td.TdClassName
{
border-color: #143C4A;
}
.TagClassName
{
border-color: #143C4A;
}
</style>