Shades of Green Vogue #194151
Tints of Green Vogue #194151
RGB
CMYK
RGB Variations
Color information
#194151 (or 0x194151) is known color: Green Vogue. HEX triplet: 19, 41 and 51. RGB value is (25,65,81). Sum of RGB (Red+Green+Blue) = 25+65+81=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #194151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194151 is #E6BEAE. Grayscale: #363636. Windows color (decimal): -15122095 or 5325081. OLE color: 5325081.
HSL color Cylindrical-coordinate representation of color #194151: hue angle of 197.14º 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 #194151 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 65 | 81 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.68 |
| HSL | 197.14º | 0.53% | 0.21% | - |
| HSV(B) | 197.14º | 0.69% | 0.32% | - |
| XYZ | 3.78 | 4.58 | 8.47 | - |
| YUV | 54.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 81 | 0.69 | 0.20 | 0 | 0.68 | 197.14 | 0.53 | 0.21 |
| Hex | 19 | 41 | 51 | 45 | 14 | 0 | 44 | C5 | 35 | 15 |
| Octal | 31 | 101 | 121 | 105 | 24 | 0 | 104 | 305 | 65 | 25 |
| Binary | 11001 | 1000001 | 1010001 | 1000101 | 10100 | 0 | 1000100 | 11000101 | 110101 | 10101 |
Color Harmonies of #194151
Complementary color
Monochromatic Colors of #194151
Black with #194151
Text Example
Text Example
White with #194151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194151; }
p { color: rgb(25,65,81); }
H1.HeaderClassName
{
color: #194151;
}
.AnyTagClassName
{
color: #194151;
}
</style>
background-color css
<style>
a { background-color: #194151; }
a { background-color: rgb(25,65,81); }
div.DivClassName
{
background-color: #194151;
}
.BgClassName
{
background-color: #194151;
}
</style>
border-color css
<style>
span { border-color: #194151; }
span { border-color: rgb(25,65,81); }
td.TdClassName
{
border-color: #194151;
}
.TagClassName
{
border-color: #194151;
}
</style>