Shades of Green Vogue #193E4A
Tints of Green Vogue #193E4A
RGB
CMYK
RGB Variations
Color information
#193E4A (or 0x193E4A) is known color: Green Vogue. HEX triplet: 19, 3E and 4A. RGB value is (25,62,74). Sum of RGB (Red+Green+Blue) = 25+62+74=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 74 - color contains mainly: blue. Hex color #193E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E4A is #E6C1B5. Grayscale: #343434. Windows color (decimal): -15122870 or 4865561. OLE color: 4865561.
HSL color Cylindrical-coordinate representation of color #193E4A: hue angle of 194.69º 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 #193E4A is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 62 | 74 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.71 |
| HSL | 194.69º | 0.49% | 0.19% | - |
| HSV(B) | 194.69º | 0.66% | 0.29% | - |
| XYZ | 3.36 | 4.15 | 7.1 | - |
| YUV | 52.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 74 | 0.66 | 0.16 | 0 | 0.71 | 194.69 | 0.49 | 0.19 |
| Hex | 19 | 3E | 4A | 42 | 10 | 0 | 47 | C3 | 31 | 13 |
| Octal | 31 | 76 | 112 | 102 | 20 | 0 | 107 | 303 | 61 | 23 |
| Binary | 11001 | 111110 | 1001010 | 1000010 | 10000 | 0 | 1000111 | 11000011 | 110001 | 10011 |
Color Harmonies of #193E4A
Complementary color
Monochromatic Colors of #193E4A
Black with #193E4A
Text Example
Text Example
White with #193E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E4A; }
p { color: rgb(25,62,74); }
H1.HeaderClassName
{
color: #193E4A;
}
.AnyTagClassName
{
color: #193E4A;
}
</style>
background-color css
<style>
a { background-color: #193E4A; }
a { background-color: rgb(25,62,74); }
div.DivClassName
{
background-color: #193E4A;
}
.BgClassName
{
background-color: #193E4A;
}
</style>
border-color css
<style>
span { border-color: #193E4A; }
span { border-color: rgb(25,62,74); }
td.TdClassName
{
border-color: #193E4A;
}
.TagClassName
{
border-color: #193E4A;
}
</style>