Shades of Green Vogue #194353
Tints of Green Vogue #194353
RGB
CMYK
RGB Variations
Color information
#194353 (or 0x194353) is known color: Green Vogue. HEX triplet: 19, 43 and 53. RGB value is (25,67,83). Sum of RGB (Red+Green+Blue) = 25+67+83=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #194353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194353 is #E6BCAC. Grayscale: #383838. Windows color (decimal): -15121581 or 5456665. OLE color: 5456665.
HSL color Cylindrical-coordinate representation of color #194353: hue angle of 196.55º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194353 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 67 | 83 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.67 |
| HSL | 196.55º | 0.54% | 0.21% | - |
| HSV(B) | 196.55º | 0.7% | 0.33% | - |
| XYZ | 3.97 | 4.85 | 8.91 | - |
| YUV | 56.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 83 | 0.70 | 0.19 | 0 | 0.67 | 196.55 | 0.54 | 0.21 |
| Hex | 19 | 43 | 53 | 46 | 13 | 0 | 43 | C5 | 36 | 15 |
| Octal | 31 | 103 | 123 | 106 | 23 | 0 | 103 | 305 | 66 | 25 |
| Binary | 11001 | 1000011 | 1010011 | 1000110 | 10011 | 0 | 1000011 | 11000101 | 110110 | 10101 |
Color Harmonies of #194353
Complementary color
Monochromatic Colors of #194353
Black with #194353
Text Example
Text Example
White with #194353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194353; }
p { color: rgb(25,67,83); }
H1.HeaderClassName
{
color: #194353;
}
.AnyTagClassName
{
color: #194353;
}
</style>
background-color css
<style>
a { background-color: #194353; }
a { background-color: rgb(25,67,83); }
div.DivClassName
{
background-color: #194353;
}
.BgClassName
{
background-color: #194353;
}
</style>
border-color css
<style>
span { border-color: #194353; }
span { border-color: rgb(25,67,83); }
td.TdClassName
{
border-color: #194353;
}
.TagClassName
{
border-color: #194353;
}
</style>