Shades of Green Vogue #194152
Tints of Green Vogue #194152
RGB
CMYK
RGB Variations
Color information
#194152 (or 0x194152) is known color: Green Vogue. HEX triplet: 19, 41 and 52. RGB value is (25,65,82). Sum of RGB (Red+Green+Blue) = 25+65+82=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #194152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194152 is #E6BEAD. Grayscale: #363636. Windows color (decimal): -15122094 or 5390617. OLE color: 5390617.
HSL color Cylindrical-coordinate representation of color #194152: hue angle of 197.89º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194152 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 65 | 82 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.68 |
| HSL | 197.89º | 0.53% | 0.21% | - |
| HSV(B) | 197.89º | 0.7% | 0.32% | - |
| XYZ | 3.81 | 4.6 | 8.67 | - |
| YUV | 54.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 82 | 0.70 | 0.21 | 0 | 0.68 | 197.89 | 0.53 | 0.21 |
| Hex | 19 | 41 | 52 | 46 | 15 | 0 | 44 | C6 | 35 | 15 |
| Octal | 31 | 101 | 122 | 106 | 25 | 0 | 104 | 306 | 65 | 25 |
| Binary | 11001 | 1000001 | 1010010 | 1000110 | 10101 | 0 | 1000100 | 11000110 | 110101 | 10101 |
Color Harmonies of #194152
Complementary color
Monochromatic Colors of #194152
Black with #194152
Text Example
Text Example
White with #194152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194152; }
p { color: rgb(25,65,82); }
H1.HeaderClassName
{
color: #194152;
}
.AnyTagClassName
{
color: #194152;
}
</style>
background-color css
<style>
a { background-color: #194152; }
a { background-color: rgb(25,65,82); }
div.DivClassName
{
background-color: #194152;
}
.BgClassName
{
background-color: #194152;
}
</style>
border-color css
<style>
span { border-color: #194152; }
span { border-color: rgb(25,65,82); }
td.TdClassName
{
border-color: #194152;
}
.TagClassName
{
border-color: #194152;
}
</style>