Shades of Green Vogue #143D4C
Tints of Green Vogue #143D4C
RGB
CMYK
RGB Variations
Color information
#143D4C (or 0x143D4C) is known color: Green Vogue. HEX triplet: 14, 3D and 4C. RGB value is (20,61,76). Sum of RGB (Red+Green+Blue) = 20+61+76=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #143D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D4C is #EBC2B3. Grayscale: #323232. Windows color (decimal): -15450804 or 4996372. OLE color: 4996372.
HSL color Cylindrical-coordinate representation of color #143D4C: hue angle of 196.07º 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 #143D4C is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 61 | 76 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.70 |
| HSL | 196.07º | 0.58% | 0.19% | - |
| HSV(B) | 196.07º | 0.74% | 0.3% | - |
| XYZ | 3.26 | 4.01 | 7.44 | - |
| YUV | 50.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 76 | 0.74 | 0.20 | 0 | 0.70 | 196.07 | 0.58 | 0.19 |
| Hex | 14 | 3D | 4C | 4A | 14 | 0 | 46 | C4 | 3A | 13 |
| Octal | 24 | 75 | 114 | 112 | 24 | 0 | 106 | 304 | 72 | 23 |
| Binary | 10100 | 111101 | 1001100 | 1001010 | 10100 | 0 | 1000110 | 11000100 | 111010 | 10011 |
Color Harmonies of #143D4C
Complementary color
Monochromatic Colors of #143D4C
Black with #143D4C
Text Example
Text Example
White with #143D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D4C; }
p { color: rgb(20,61,76); }
H1.HeaderClassName
{
color: #143D4C;
}
.AnyTagClassName
{
color: #143D4C;
}
</style>
background-color css
<style>
a { background-color: #143D4C; }
a { background-color: rgb(20,61,76); }
div.DivClassName
{
background-color: #143D4C;
}
.BgClassName
{
background-color: #143D4C;
}
</style>
border-color css
<style>
span { border-color: #143D4C; }
span { border-color: rgb(20,61,76); }
td.TdClassName
{
border-color: #143D4C;
}
.TagClassName
{
border-color: #143D4C;
}
</style>