Shades of Green Vogue #194550
Tints of Green Vogue #194550
RGB
CMYK
RGB Variations
Color information
#194550 (or 0x194550) is known color: Green Vogue. HEX triplet: 19, 45 and 50. RGB value is (25,69,80). Sum of RGB (Red+Green+Blue) = 25+69+80=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #194550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194550 is #E6BAAF. Grayscale: #393939. Windows color (decimal): -15121072 or 5260569. OLE color: 5260569.
HSL color Cylindrical-coordinate representation of color #194550: hue angle of 192º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #194550 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 69 | 80 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.69 |
| HSL | 192º | 0.52% | 0.21% | - |
| HSV(B) | 192º | 0.69% | 0.31% | - |
| XYZ | 3.98 | 5.04 | 8.35 | - |
| YUV | 57.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 80 | 0.69 | 0.14 | 0 | 0.69 | 192 | 0.52 | 0.21 |
| Hex | 19 | 45 | 50 | 45 | E | 0 | 45 | C0 | 34 | 15 |
| Octal | 31 | 105 | 120 | 105 | 16 | 0 | 105 | 300 | 64 | 25 |
| Binary | 11001 | 1000101 | 1010000 | 1000101 | 1110 | 0 | 1000101 | 11000000 | 110100 | 10101 |
Color Harmonies of #194550
Complementary color
Monochromatic Colors of #194550
Black with #194550
Text Example
Text Example
White with #194550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194550; }
p { color: rgb(25,69,80); }
H1.HeaderClassName
{
color: #194550;
}
.AnyTagClassName
{
color: #194550;
}
</style>
background-color css
<style>
a { background-color: #194550; }
a { background-color: rgb(25,69,80); }
div.DivClassName
{
background-color: #194550;
}
.BgClassName
{
background-color: #194550;
}
</style>
border-color css
<style>
span { border-color: #194550; }
span { border-color: rgb(25,69,80); }
td.TdClassName
{
border-color: #194550;
}
.TagClassName
{
border-color: #194550;
}
</style>