Shades of Green Vogue #193E48
Tints of Green Vogue #193E48
RGB
CMYK
RGB Variations
Color information
#193E48 (or 0x193E48) is known color: Green Vogue. HEX triplet: 19, 3E and 48. RGB value is (25,62,72). Sum of RGB (Red+Green+Blue) = 25+62+72=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #193E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E48 is #E6C1B7. Grayscale: #343434. Windows color (decimal): -15122872 or 4734489. OLE color: 4734489.
HSL color Cylindrical-coordinate representation of color #193E48: hue angle of 192.77º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193E48 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 62 | 72 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.72 |
| HSL | 192.77º | 0.48% | 0.19% | - |
| HSV(B) | 192.77º | 0.65% | 0.28% | - |
| XYZ | 3.29 | 4.12 | 6.75 | - |
| YUV | 52.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 72 | 0.65 | 0.14 | 0 | 0.72 | 192.77 | 0.48 | 0.19 |
| Hex | 19 | 3E | 48 | 41 | E | 0 | 48 | C1 | 30 | 13 |
| Octal | 31 | 76 | 110 | 101 | 16 | 0 | 110 | 301 | 60 | 23 |
| Binary | 11001 | 111110 | 1001000 | 1000001 | 1110 | 0 | 1001000 | 11000001 | 110000 | 10011 |
Color Harmonies of #193E48
Complementary color
Monochromatic Colors of #193E48
Black with #193E48
Text Example
Text Example
White with #193E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E48; }
p { color: rgb(25,62,72); }
H1.HeaderClassName
{
color: #193E48;
}
.AnyTagClassName
{
color: #193E48;
}
</style>
background-color css
<style>
a { background-color: #193E48; }
a { background-color: rgb(25,62,72); }
div.DivClassName
{
background-color: #193E48;
}
.BgClassName
{
background-color: #193E48;
}
</style>
border-color css
<style>
span { border-color: #193E48; }
span { border-color: rgb(25,62,72); }
td.TdClassName
{
border-color: #193E48;
}
.TagClassName
{
border-color: #193E48;
}
</style>