Shades of Green Vogue #19404D
Tints of Green Vogue #19404D
RGB
CMYK
RGB Variations
Color information
#19404D (or 0x19404D) is known color: Green Vogue. HEX triplet: 19, 40 and 4D. RGB value is (25,64,77). Sum of RGB (Red+Green+Blue) = 25+64+77=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #19404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19404D is #E6BFB2. Grayscale: #353535. Windows color (decimal): -15122355 or 5062681. OLE color: 5062681.
HSL color Cylindrical-coordinate representation of color #19404D: hue angle of 195º 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 #19404D is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 64 | 77 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.70 |
| HSL | 195º | 0.51% | 0.2% | - |
| HSV(B) | 195º | 0.68% | 0.3% | - |
| XYZ | 3.57 | 4.41 | 7.68 | - |
| YUV | 53.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 77 | 0.68 | 0.17 | 0 | 0.70 | 195 | 0.51 | 0.2 |
| Hex | 19 | 40 | 4D | 44 | 11 | 0 | 46 | C3 | 33 | 14 |
| Octal | 31 | 100 | 115 | 104 | 21 | 0 | 106 | 303 | 63 | 24 |
| Binary | 11001 | 1000000 | 1001101 | 1000100 | 10001 | 0 | 1000110 | 11000011 | 110011 | 10100 |
Color Harmonies of #19404D
Complementary color
Monochromatic Colors of #19404D
Black with #19404D
Text Example
Text Example
White with #19404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19404D; }
p { color: rgb(25,64,77); }
H1.HeaderClassName
{
color: #19404D;
}
.AnyTagClassName
{
color: #19404D;
}
</style>
background-color css
<style>
a { background-color: #19404D; }
a { background-color: rgb(25,64,77); }
div.DivClassName
{
background-color: #19404D;
}
.BgClassName
{
background-color: #19404D;
}
</style>
border-color css
<style>
span { border-color: #19404D; }
span { border-color: rgb(25,64,77); }
td.TdClassName
{
border-color: #19404D;
}
.TagClassName
{
border-color: #19404D;
}
</style>