Shades of Green Vogue #19464E
Tints of Green Vogue #19464E
RGB
CMYK
RGB Variations
Color information
#19464E (or 0x19464E) is known color: Green Vogue. HEX triplet: 19, 46 and 4E. RGB value is (25,70,78). Sum of RGB (Red+Green+Blue) = 25+70+78=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #19464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19464E is #E6B9B1. Grayscale: #393939. Windows color (decimal): -15120818 or 5129753. OLE color: 5129753.
HSL color Cylindrical-coordinate representation of color #19464E: hue angle of 189.06º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19464E is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 70 | 78 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.69 |
| HSL | 189.06º | 0.51% | 0.2% | - |
| HSV(B) | 189.06º | 0.68% | 0.31% | - |
| XYZ | 3.97 | 5.14 | 7.99 | - |
| YUV | 57.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 78 | 0.68 | 0.10 | 0 | 0.69 | 189.06 | 0.51 | 0.2 |
| Hex | 19 | 46 | 4E | 44 | A | 0 | 45 | BD | 33 | 14 |
| Octal | 31 | 106 | 116 | 104 | 12 | 0 | 105 | 275 | 63 | 24 |
| Binary | 11001 | 1000110 | 1001110 | 1000100 | 1010 | 0 | 1000101 | 10111101 | 110011 | 10100 |
Color Harmonies of #19464E
Complementary color
Monochromatic Colors of #19464E
Black with #19464E
Text Example
Text Example
White with #19464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19464E; }
p { color: rgb(25,70,78); }
H1.HeaderClassName
{
color: #19464E;
}
.AnyTagClassName
{
color: #19464E;
}
</style>
background-color css
<style>
a { background-color: #19464E; }
a { background-color: rgb(25,70,78); }
div.DivClassName
{
background-color: #19464E;
}
.BgClassName
{
background-color: #19464E;
}
</style>
border-color css
<style>
span { border-color: #19464E; }
span { border-color: rgb(25,70,78); }
td.TdClassName
{
border-color: #19464E;
}
.TagClassName
{
border-color: #19464E;
}
</style>