Shades of Green Vogue #194551
Tints of Green Vogue #194551
RGB
CMYK
RGB Variations
Color information
#194551 (or 0x194551) is known color: Green Vogue. HEX triplet: 19, 45 and 51. RGB value is (25,69,81). Sum of RGB (Red+Green+Blue) = 25+69+81=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #194551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194551 is #E6BAAE. Grayscale: #393939. Windows color (decimal): -15121071 or 5326105. OLE color: 5326105.
HSL color Cylindrical-coordinate representation of color #194551: hue angle of 192.86º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #194551 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 69 | 81 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.68 |
| HSL | 192.86º | 0.53% | 0.21% | - |
| HSV(B) | 192.86º | 0.69% | 0.32% | - |
| XYZ | 4.01 | 5.06 | 8.55 | - |
| YUV | 57.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 81 | 0.69 | 0.15 | 0 | 0.68 | 192.86 | 0.53 | 0.21 |
| Hex | 19 | 45 | 51 | 45 | F | 0 | 44 | C1 | 35 | 15 |
| Octal | 31 | 105 | 121 | 105 | 17 | 0 | 104 | 301 | 65 | 25 |
| Binary | 11001 | 1000101 | 1010001 | 1000101 | 1111 | 0 | 1000100 | 11000001 | 110101 | 10101 |
Color Harmonies of #194551
Complementary color
Monochromatic Colors of #194551
Black with #194551
Text Example
Text Example
White with #194551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194551; }
p { color: rgb(25,69,81); }
H1.HeaderClassName
{
color: #194551;
}
.AnyTagClassName
{
color: #194551;
}
</style>
background-color css
<style>
a { background-color: #194551; }
a { background-color: rgb(25,69,81); }
div.DivClassName
{
background-color: #194551;
}
.BgClassName
{
background-color: #194551;
}
</style>
border-color css
<style>
span { border-color: #194551; }
span { border-color: rgb(25,69,81); }
td.TdClassName
{
border-color: #194551;
}
.TagClassName
{
border-color: #194551;
}
</style>