Shades of Green Vogue #193F52
Tints of Green Vogue #193F52
RGB
CMYK
RGB Variations
Color information
#193F52 (or 0x193F52) is known color: Green Vogue. HEX triplet: 19, 3F and 52. RGB value is (25,63,82). Sum of RGB (Red+Green+Blue) = 25+63+82=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #193F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F52 is #E6C0AD. Grayscale: #353535. Windows color (decimal): -15122606 or 5390105. OLE color: 5390105.
HSL color Cylindrical-coordinate representation of color #193F52: hue angle of 200º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193F52 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 63 | 82 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.68 |
| HSL | 200º | 0.53% | 0.21% | - |
| HSV(B) | 200º | 0.7% | 0.32% | - |
| XYZ | 3.7 | 4.37 | 8.63 | - |
| YUV | 53.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 82 | 0.70 | 0.23 | 0 | 0.68 | 200 | 0.53 | 0.21 |
| Hex | 19 | 3F | 52 | 46 | 17 | 0 | 44 | C8 | 35 | 15 |
| Octal | 31 | 77 | 122 | 106 | 27 | 0 | 104 | 310 | 65 | 25 |
| Binary | 11001 | 111111 | 1010010 | 1000110 | 10111 | 0 | 1000100 | 11001000 | 110101 | 10101 |
Color Harmonies of #193F52
Complementary color
Monochromatic Colors of #193F52
Black with #193F52
Text Example
Text Example
White with #193F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F52; }
p { color: rgb(25,63,82); }
H1.HeaderClassName
{
color: #193F52;
}
.AnyTagClassName
{
color: #193F52;
}
</style>
background-color css
<style>
a { background-color: #193F52; }
a { background-color: rgb(25,63,82); }
div.DivClassName
{
background-color: #193F52;
}
.BgClassName
{
background-color: #193F52;
}
</style>
border-color css
<style>
span { border-color: #193F52; }
span { border-color: rgb(25,63,82); }
td.TdClassName
{
border-color: #193F52;
}
.TagClassName
{
border-color: #193F52;
}
</style>