Shades of Green Vogue #19414D
Tints of Green Vogue #19414D
RGB
CMYK
RGB Variations
Color information
#19414D (or 0x19414D) is known color: Green Vogue. HEX triplet: 19, 41 and 4D. RGB value is (25,65,77). Sum of RGB (Red+Green+Blue) = 25+65+77=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #19414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19414D is #E6BEB2. Grayscale: #363636. Windows color (decimal): -15122099 or 5062937. OLE color: 5062937.
HSL color Cylindrical-coordinate representation of color #19414D: hue angle of 193.85º 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 #19414D is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 65 | 77 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.70 |
| HSL | 193.85º | 0.51% | 0.2% | - |
| HSV(B) | 193.85º | 0.68% | 0.3% | - |
| XYZ | 3.63 | 4.52 | 7.7 | - |
| YUV | 54.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 77 | 0.68 | 0.16 | 0 | 0.70 | 193.85 | 0.51 | 0.2 |
| Hex | 19 | 41 | 4D | 44 | 10 | 0 | 46 | C2 | 33 | 14 |
| Octal | 31 | 101 | 115 | 104 | 20 | 0 | 106 | 302 | 63 | 24 |
| Binary | 11001 | 1000001 | 1001101 | 1000100 | 10000 | 0 | 1000110 | 11000010 | 110011 | 10100 |
Color Harmonies of #19414D
Complementary color
Monochromatic Colors of #19414D
Black with #19414D
Text Example
Text Example
White with #19414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19414D; }
p { color: rgb(25,65,77); }
H1.HeaderClassName
{
color: #19414D;
}
.AnyTagClassName
{
color: #19414D;
}
</style>
background-color css
<style>
a { background-color: #19414D; }
a { background-color: rgb(25,65,77); }
div.DivClassName
{
background-color: #19414D;
}
.BgClassName
{
background-color: #19414D;
}
</style>
border-color css
<style>
span { border-color: #19414D; }
span { border-color: rgb(25,65,77); }
td.TdClassName
{
border-color: #19414D;
}
.TagClassName
{
border-color: #19414D;
}
</style>