Shades of Green Vogue #19424D
Tints of Green Vogue #19424D
RGB
CMYK
RGB Variations
Color information
#19424D (or 0x19424D) is known color: Green Vogue. HEX triplet: 19, 42 and 4D. RGB value is (25,66,77). Sum of RGB (Red+Green+Blue) = 25+66+77=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #19424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19424D is #E6BDB2. Grayscale: #363636. Windows color (decimal): -15121843 or 5063193. OLE color: 5063193.
HSL color Cylindrical-coordinate representation of color #19424D: hue angle of 192.69º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19424D is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 66 | 77 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.70 |
| HSL | 192.69º | 0.51% | 0.2% | - |
| HSV(B) | 192.69º | 0.68% | 0.3% | - |
| XYZ | 3.69 | 4.64 | 7.72 | - |
| YUV | 55 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 77 | 0.68 | 0.14 | 0 | 0.70 | 192.69 | 0.51 | 0.2 |
| Hex | 19 | 42 | 4D | 44 | E | 0 | 46 | C1 | 33 | 14 |
| Octal | 31 | 102 | 115 | 104 | 16 | 0 | 106 | 301 | 63 | 24 |
| Binary | 11001 | 1000010 | 1001101 | 1000100 | 1110 | 0 | 1000110 | 11000001 | 110011 | 10100 |
Color Harmonies of #19424D
Complementary color
Monochromatic Colors of #19424D
Black with #19424D
Text Example
Text Example
White with #19424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19424D; }
p { color: rgb(25,66,77); }
H1.HeaderClassName
{
color: #19424D;
}
.AnyTagClassName
{
color: #19424D;
}
</style>
background-color css
<style>
a { background-color: #19424D; }
a { background-color: rgb(25,66,77); }
div.DivClassName
{
background-color: #19424D;
}
.BgClassName
{
background-color: #19424D;
}
</style>
border-color css
<style>
span { border-color: #19424D; }
span { border-color: rgb(25,66,77); }
td.TdClassName
{
border-color: #19424D;
}
.TagClassName
{
border-color: #19424D;
}
</style>