Shades of Green Vogue #193C50
Tints of Green Vogue #193C50
RGB
CMYK
RGB Variations
Color information
#193C50 (or 0x193C50) is known color: Green Vogue. HEX triplet: 19, 3C and 50. RGB value is (25,60,80). Sum of RGB (Red+Green+Blue) = 25+60+80=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #193C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C50 is #E6C3AF. Grayscale: #333333. Windows color (decimal): -15123376 or 5258265. OLE color: 5258265.
HSL color Cylindrical-coordinate representation of color #193C50: hue angle of 201.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193C50 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 60 | 80 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.69 |
| HSL | 201.82º | 0.52% | 0.21% | - |
| HSV(B) | 201.82º | 0.69% | 0.31% | - |
| XYZ | 3.46 | 4.02 | 8.18 | - |
| YUV | 51.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 80 | 0.69 | 0.25 | 0 | 0.69 | 201.82 | 0.52 | 0.21 |
| Hex | 19 | 3C | 50 | 45 | 19 | 0 | 45 | CA | 34 | 15 |
| Octal | 31 | 74 | 120 | 105 | 31 | 0 | 105 | 312 | 64 | 25 |
| Binary | 11001 | 111100 | 1010000 | 1000101 | 11001 | 0 | 1000101 | 11001010 | 110100 | 10101 |
Color Harmonies of #193C50
Complementary color
Monochromatic Colors of #193C50
Black with #193C50
Text Example
Text Example
White with #193C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C50; }
p { color: rgb(25,60,80); }
H1.HeaderClassName
{
color: #193C50;
}
.AnyTagClassName
{
color: #193C50;
}
</style>
background-color css
<style>
a { background-color: #193C50; }
a { background-color: rgb(25,60,80); }
div.DivClassName
{
background-color: #193C50;
}
.BgClassName
{
background-color: #193C50;
}
</style>
border-color css
<style>
span { border-color: #193C50; }
span { border-color: rgb(25,60,80); }
td.TdClassName
{
border-color: #193C50;
}
.TagClassName
{
border-color: #193C50;
}
</style>