Shades of Green Vogue #14434E
Tints of Green Vogue #14434E
RGB
CMYK
RGB Variations
Color information
#14434E (or 0x14434E) is known color: Green Vogue. HEX triplet: 14, 43 and 4E. RGB value is (20,67,78). Sum of RGB (Red+Green+Blue) = 20+67+78=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #14434E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14434E is #EBBCB1. Grayscale: #363636. Windows color (decimal): -15449266 or 5128980. OLE color: 5128980.
HSL color Cylindrical-coordinate representation of color #14434E: hue angle of 191.38º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14434E is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 67 | 78 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.69 |
| HSL | 191.38º | 0.59% | 0.19% | - |
| HSV(B) | 191.38º | 0.74% | 0.31% | - |
| XYZ | 3.67 | 4.71 | 7.92 | - |
| YUV | 54.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 78 | 0.74 | 0.14 | 0 | 0.69 | 191.38 | 0.59 | 0.19 |
| Hex | 14 | 43 | 4E | 4A | E | 0 | 45 | BF | 3B | 13 |
| Octal | 24 | 103 | 116 | 112 | 16 | 0 | 105 | 277 | 73 | 23 |
| Binary | 10100 | 1000011 | 1001110 | 1001010 | 1110 | 0 | 1000101 | 10111111 | 111011 | 10011 |
Color Harmonies of #14434E
Complementary color
Monochromatic Colors of #14434E
Black with #14434E
Text Example
Text Example
White with #14434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14434E; }
p { color: rgb(20,67,78); }
H1.HeaderClassName
{
color: #14434E;
}
.AnyTagClassName
{
color: #14434E;
}
</style>
background-color css
<style>
a { background-color: #14434E; }
a { background-color: rgb(20,67,78); }
div.DivClassName
{
background-color: #14434E;
}
.BgClassName
{
background-color: #14434E;
}
</style>
border-color css
<style>
span { border-color: #14434E; }
span { border-color: rgb(20,67,78); }
td.TdClassName
{
border-color: #14434E;
}
.TagClassName
{
border-color: #14434E;
}
</style>