Shades of Green Vogue #194350
Tints of Green Vogue #194350
RGB
CMYK
RGB Variations
Color information
#194350 (or 0x194350) is known color: Green Vogue. HEX triplet: 19, 43 and 50. RGB value is (25,67,80). Sum of RGB (Red+Green+Blue) = 25+67+80=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #194350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194350 is #E6BCAF. Grayscale: #373737. Windows color (decimal): -15121584 or 5260057. OLE color: 5260057.
HSL color Cylindrical-coordinate representation of color #194350: hue angle of 194.18º 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 #194350 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 67 | 80 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.69 |
| HSL | 194.18º | 0.52% | 0.21% | - |
| HSV(B) | 194.18º | 0.69% | 0.31% | - |
| XYZ | 3.86 | 4.8 | 8.31 | - |
| YUV | 55.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 80 | 0.69 | 0.16 | 0 | 0.69 | 194.18 | 0.52 | 0.21 |
| Hex | 19 | 43 | 50 | 45 | 10 | 0 | 45 | C2 | 34 | 15 |
| Octal | 31 | 103 | 120 | 105 | 20 | 0 | 105 | 302 | 64 | 25 |
| Binary | 11001 | 1000011 | 1010000 | 1000101 | 10000 | 0 | 1000101 | 11000010 | 110100 | 10101 |
Color Harmonies of #194350
Complementary color
Monochromatic Colors of #194350
Black with #194350
Text Example
Text Example
White with #194350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194350; }
p { color: rgb(25,67,80); }
H1.HeaderClassName
{
color: #194350;
}
.AnyTagClassName
{
color: #194350;
}
</style>
background-color css
<style>
a { background-color: #194350; }
a { background-color: rgb(25,67,80); }
div.DivClassName
{
background-color: #194350;
}
.BgClassName
{
background-color: #194350;
}
</style>
border-color css
<style>
span { border-color: #194350; }
span { border-color: rgb(25,67,80); }
td.TdClassName
{
border-color: #194350;
}
.TagClassName
{
border-color: #194350;
}
</style>