Shades of Green Vogue #193F4A
Tints of Green Vogue #193F4A
RGB
CMYK
RGB Variations
Color information
#193F4A (or 0x193F4A) is known color: Green Vogue. HEX triplet: 19, 3F and 4A. RGB value is (25,63,74). Sum of RGB (Red+Green+Blue) = 25+63+74=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #193F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193F4A is #E6C0B5. Grayscale: #343434. Windows color (decimal): -15122614 or 4865817. OLE color: 4865817.
HSL color Cylindrical-coordinate representation of color #193F4A: hue angle of 193.47º 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 #193F4A is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 63 | 74 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.71 |
| HSL | 193.47º | 0.49% | 0.19% | - |
| HSV(B) | 193.47º | 0.66% | 0.29% | - |
| XYZ | 3.41 | 4.26 | 7.12 | - |
| YUV | 52.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 74 | 0.66 | 0.15 | 0 | 0.71 | 193.47 | 0.49 | 0.19 |
| Hex | 19 | 3F | 4A | 42 | F | 0 | 47 | C1 | 31 | 13 |
| Octal | 31 | 77 | 112 | 102 | 17 | 0 | 107 | 301 | 61 | 23 |
| Binary | 11001 | 111111 | 1001010 | 1000010 | 1111 | 0 | 1000111 | 11000001 | 110001 | 10011 |
Color Harmonies of #193F4A
Complementary color
Monochromatic Colors of #193F4A
Black with #193F4A
Text Example
Text Example
White with #193F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F4A; }
p { color: rgb(25,63,74); }
H1.HeaderClassName
{
color: #193F4A;
}
.AnyTagClassName
{
color: #193F4A;
}
</style>
background-color css
<style>
a { background-color: #193F4A; }
a { background-color: rgb(25,63,74); }
div.DivClassName
{
background-color: #193F4A;
}
.BgClassName
{
background-color: #193F4A;
}
</style>
border-color css
<style>
span { border-color: #193F4A; }
span { border-color: rgb(25,63,74); }
td.TdClassName
{
border-color: #193F4A;
}
.TagClassName
{
border-color: #193F4A;
}
</style>