Shades of Green Vogue #19414F
Tints of Green Vogue #19414F
RGB
CMYK
RGB Variations
Color information
#19414F (or 0x19414F) is known color: Green Vogue. HEX triplet: 19, 41 and 4F. RGB value is (25,65,79). Sum of RGB (Red+Green+Blue) = 25+65+79=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #19414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19414F is #E6BEB0. Grayscale: #363636. Windows color (decimal): -15122097 or 5194009. OLE color: 5194009.
HSL color Cylindrical-coordinate representation of color #19414F: hue angle of 195.56º degrees, saturation: 0.52, 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 #19414F is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 65 | 79 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.69 |
| HSL | 195.56º | 0.52% | 0.2% | - |
| HSV(B) | 195.56º | 0.68% | 0.31% | - |
| XYZ | 3.7 | 4.55 | 8.08 | - |
| YUV | 54.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 79 | 0.68 | 0.18 | 0 | 0.69 | 195.56 | 0.52 | 0.2 |
| Hex | 19 | 41 | 4F | 44 | 12 | 0 | 45 | C4 | 34 | 14 |
| Octal | 31 | 101 | 117 | 104 | 22 | 0 | 105 | 304 | 64 | 24 |
| Binary | 11001 | 1000001 | 1001111 | 1000100 | 10010 | 0 | 1000101 | 11000100 | 110100 | 10100 |
Color Harmonies of #19414F
Complementary color
Monochromatic Colors of #19414F
Black with #19414F
Text Example
Text Example
White with #19414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19414F; }
p { color: rgb(25,65,79); }
H1.HeaderClassName
{
color: #19414F;
}
.AnyTagClassName
{
color: #19414F;
}
</style>
background-color css
<style>
a { background-color: #19414F; }
a { background-color: rgb(25,65,79); }
div.DivClassName
{
background-color: #19414F;
}
.BgClassName
{
background-color: #19414F;
}
</style>
border-color css
<style>
span { border-color: #19414F; }
span { border-color: rgb(25,65,79); }
td.TdClassName
{
border-color: #19414F;
}
.TagClassName
{
border-color: #19414F;
}
</style>