Shades of Green Vogue #193D4C
Tints of Green Vogue #193D4C
RGB
CMYK
RGB Variations
Color information
#193D4C (or 0x193D4C) is known color: Green Vogue. HEX triplet: 19, 3D and 4C. RGB value is (25,61,76). Sum of RGB (Red+Green+Blue) = 25+61+76=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #193D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D4C is #E6C2B3. Grayscale: #333333. Windows color (decimal): -15123124 or 4996377. OLE color: 4996377.
HSL color Cylindrical-coordinate representation of color #193D4C: hue angle of 197.65º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #193D4C is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 61 | 76 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.70 |
| HSL | 197.65º | 0.5% | 0.2% | - |
| HSV(B) | 197.65º | 0.67% | 0.3% | - |
| XYZ | 3.37 | 4.07 | 7.44 | - |
| YUV | 51.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 76 | 0.67 | 0.20 | 0 | 0.70 | 197.65 | 0.5 | 0.2 |
| Hex | 19 | 3D | 4C | 43 | 14 | 0 | 46 | C6 | 32 | 14 |
| Octal | 31 | 75 | 114 | 103 | 24 | 0 | 106 | 306 | 62 | 24 |
| Binary | 11001 | 111101 | 1001100 | 1000011 | 10100 | 0 | 1000110 | 11000110 | 110010 | 10100 |
Color Harmonies of #193D4C
Complementary color
Monochromatic Colors of #193D4C
Black with #193D4C
Text Example
Text Example
White with #193D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D4C; }
p { color: rgb(25,61,76); }
H1.HeaderClassName
{
color: #193D4C;
}
.AnyTagClassName
{
color: #193D4C;
}
</style>
background-color css
<style>
a { background-color: #193D4C; }
a { background-color: rgb(25,61,76); }
div.DivClassName
{
background-color: #193D4C;
}
.BgClassName
{
background-color: #193D4C;
}
</style>
border-color css
<style>
span { border-color: #193D4C; }
span { border-color: rgb(25,61,76); }
td.TdClassName
{
border-color: #193D4C;
}
.TagClassName
{
border-color: #193D4C;
}
</style>