Shades of Green Vogue #19414C
Tints of Green Vogue #19414C
RGB
CMYK
RGB Variations
Color information
#19414C (or 0x19414C) is known color: Green Vogue. HEX triplet: 19, 41 and 4C. RGB value is (25,65,76). Sum of RGB (Red+Green+Blue) = 25+65+76=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #19414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19414C is #E6BEB3. Grayscale: #363636. Windows color (decimal): -15122100 or 4997401. OLE color: 4997401.
HSL color Cylindrical-coordinate representation of color #19414C: hue angle of 192.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19414C is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 65 | 76 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.70 |
| HSL | 192.94º | 0.5% | 0.2% | - |
| HSV(B) | 192.94º | 0.67% | 0.3% | - |
| XYZ | 3.6 | 4.51 | 7.52 | - |
| YUV | 54.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 76 | 0.67 | 0.14 | 0 | 0.70 | 192.94 | 0.5 | 0.2 |
| Hex | 19 | 41 | 4C | 43 | E | 0 | 46 | C1 | 32 | 14 |
| Octal | 31 | 101 | 114 | 103 | 16 | 0 | 106 | 301 | 62 | 24 |
| Binary | 11001 | 1000001 | 1001100 | 1000011 | 1110 | 0 | 1000110 | 11000001 | 110010 | 10100 |
Color Harmonies of #19414C
Complementary color
Monochromatic Colors of #19414C
Black with #19414C
Text Example
Text Example
White with #19414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19414C; }
p { color: rgb(25,65,76); }
H1.HeaderClassName
{
color: #19414C;
}
.AnyTagClassName
{
color: #19414C;
}
</style>
background-color css
<style>
a { background-color: #19414C; }
a { background-color: rgb(25,65,76); }
div.DivClassName
{
background-color: #19414C;
}
.BgClassName
{
background-color: #19414C;
}
</style>
border-color css
<style>
span { border-color: #19414C; }
span { border-color: rgb(25,65,76); }
td.TdClassName
{
border-color: #19414C;
}
.TagClassName
{
border-color: #19414C;
}
</style>