Shades of Green Vogue #193E49
Tints of Green Vogue #193E49
RGB
CMYK
RGB Variations
Color information
#193E49 (or 0x193E49) is known color: Green Vogue. HEX triplet: 19, 3E and 49. RGB value is (25,62,73). Sum of RGB (Red+Green+Blue) = 25+62+73=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #193E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E49 is #E6C1B6. Grayscale: #343434. Windows color (decimal): -15122871 or 4800025. OLE color: 4800025.
HSL color Cylindrical-coordinate representation of color #193E49: hue angle of 193.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #193E49 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 62 | 73 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.71 |
| HSL | 193.75º | 0.49% | 0.19% | - |
| HSV(B) | 193.75º | 0.66% | 0.29% | - |
| XYZ | 3.33 | 4.13 | 6.93 | - |
| YUV | 52.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 73 | 0.66 | 0.15 | 0 | 0.71 | 193.75 | 0.49 | 0.19 |
| Hex | 19 | 3E | 49 | 42 | F | 0 | 47 | C2 | 31 | 13 |
| Octal | 31 | 76 | 111 | 102 | 17 | 0 | 107 | 302 | 61 | 23 |
| Binary | 11001 | 111110 | 1001001 | 1000010 | 1111 | 0 | 1000111 | 11000010 | 110001 | 10011 |
Color Harmonies of #193E49
Complementary color
Monochromatic Colors of #193E49
Black with #193E49
Text Example
Text Example
White with #193E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E49; }
p { color: rgb(25,62,73); }
H1.HeaderClassName
{
color: #193E49;
}
.AnyTagClassName
{
color: #193E49;
}
</style>
background-color css
<style>
a { background-color: #193E49; }
a { background-color: rgb(25,62,73); }
div.DivClassName
{
background-color: #193E49;
}
.BgClassName
{
background-color: #193E49;
}
</style>
border-color css
<style>
span { border-color: #193E49; }
span { border-color: rgb(25,62,73); }
td.TdClassName
{
border-color: #193E49;
}
.TagClassName
{
border-color: #193E49;
}
</style>