Shades of Green Vogue #194451
Tints of Green Vogue #194451
RGB
CMYK
RGB Variations
Color information
#194451 (or 0x194451) is known color: Green Vogue. HEX triplet: 19, 44 and 51. RGB value is (25,68,81). Sum of RGB (Red+Green+Blue) = 25+68+81=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #194451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194451 is #E6BBAE. Grayscale: #383838. Windows color (decimal): -15121327 or 5325849. OLE color: 5325849.
HSL color Cylindrical-coordinate representation of color #194451: hue angle of 193.93º 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 #194451 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 68 | 81 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.68 |
| HSL | 193.93º | 0.53% | 0.21% | - |
| HSV(B) | 193.93º | 0.69% | 0.32% | - |
| XYZ | 3.95 | 4.93 | 8.53 | - |
| YUV | 56.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 81 | 0.69 | 0.16 | 0 | 0.68 | 193.93 | 0.53 | 0.21 |
| Hex | 19 | 44 | 51 | 45 | 10 | 0 | 44 | C2 | 35 | 15 |
| Octal | 31 | 104 | 121 | 105 | 20 | 0 | 104 | 302 | 65 | 25 |
| Binary | 11001 | 1000100 | 1010001 | 1000101 | 10000 | 0 | 1000100 | 11000010 | 110101 | 10101 |
Color Harmonies of #194451
Complementary color
Monochromatic Colors of #194451
Black with #194451
Text Example
Text Example
White with #194451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194451; }
p { color: rgb(25,68,81); }
H1.HeaderClassName
{
color: #194451;
}
.AnyTagClassName
{
color: #194451;
}
</style>
background-color css
<style>
a { background-color: #194451; }
a { background-color: rgb(25,68,81); }
div.DivClassName
{
background-color: #194451;
}
.BgClassName
{
background-color: #194451;
}
</style>
border-color css
<style>
span { border-color: #194451; }
span { border-color: rgb(25,68,81); }
td.TdClassName
{
border-color: #194451;
}
.TagClassName
{
border-color: #194451;
}
</style>