Shades of Green Vogue #143E4C
Tints of Green Vogue #143E4C
RGB
CMYK
RGB Variations
Color information
#143E4C (or 0x143E4C) is known color: Green Vogue. HEX triplet: 14, 3E and 4C. RGB value is (20,62,76). Sum of RGB (Red+Green+Blue) = 20+62+76=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #143E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E4C is #EBC1B3. Grayscale: #323232. Windows color (decimal): -15450548 or 4996628. OLE color: 4996628.
HSL color Cylindrical-coordinate representation of color #143E4C: hue angle of 195º degrees, saturation: 0.58, 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 #143E4C is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 62 | 76 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.70 |
| HSL | 195º | 0.58% | 0.19% | - |
| HSV(B) | 195º | 0.74% | 0.3% | - |
| XYZ | 3.32 | 4.12 | 7.46 | - |
| YUV | 51.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 76 | 0.74 | 0.18 | 0 | 0.70 | 195 | 0.58 | 0.19 |
| Hex | 14 | 3E | 4C | 4A | 12 | 0 | 46 | C3 | 3A | 13 |
| Octal | 24 | 76 | 114 | 112 | 22 | 0 | 106 | 303 | 72 | 23 |
| Binary | 10100 | 111110 | 1001100 | 1001010 | 10010 | 0 | 1000110 | 11000011 | 111010 | 10011 |
Color Harmonies of #143E4C
Complementary color
Monochromatic Colors of #143E4C
Black with #143E4C
Text Example
Text Example
White with #143E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E4C; }
p { color: rgb(20,62,76); }
H1.HeaderClassName
{
color: #143E4C;
}
.AnyTagClassName
{
color: #143E4C;
}
</style>
background-color css
<style>
a { background-color: #143E4C; }
a { background-color: rgb(20,62,76); }
div.DivClassName
{
background-color: #143E4C;
}
.BgClassName
{
background-color: #143E4C;
}
</style>
border-color css
<style>
span { border-color: #143E4C; }
span { border-color: rgb(20,62,76); }
td.TdClassName
{
border-color: #143E4C;
}
.TagClassName
{
border-color: #143E4C;
}
</style>