Shades of Green Vogue #193D48
Tints of Green Vogue #193D48
RGB
CMYK
RGB Variations
Color information
#193D48 (or 0x193D48) is known color: Green Vogue. HEX triplet: 19, 3D and 48. RGB value is (25,61,72). Sum of RGB (Red+Green+Blue) = 25+61+72=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #193D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D48 is #E6C2B7. Grayscale: #333333. Windows color (decimal): -15123128 or 4734233. OLE color: 4734233.
HSL color Cylindrical-coordinate representation of color #193D48: hue angle of 194.04º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193D48 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 61 | 72 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.72 |
| HSL | 194.04º | 0.48% | 0.19% | - |
| HSV(B) | 194.04º | 0.65% | 0.28% | - |
| XYZ | 3.24 | 4.01 | 6.73 | - |
| YUV | 51.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 72 | 0.65 | 0.15 | 0 | 0.72 | 194.04 | 0.48 | 0.19 |
| Hex | 19 | 3D | 48 | 41 | F | 0 | 48 | C2 | 30 | 13 |
| Octal | 31 | 75 | 110 | 101 | 17 | 0 | 110 | 302 | 60 | 23 |
| Binary | 11001 | 111101 | 1001000 | 1000001 | 1111 | 0 | 1001000 | 11000010 | 110000 | 10011 |
Color Harmonies of #193D48
Complementary color
Monochromatic Colors of #193D48
Black with #193D48
Text Example
Text Example
White with #193D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D48; }
p { color: rgb(25,61,72); }
H1.HeaderClassName
{
color: #193D48;
}
.AnyTagClassName
{
color: #193D48;
}
</style>
background-color css
<style>
a { background-color: #193D48; }
a { background-color: rgb(25,61,72); }
div.DivClassName
{
background-color: #193D48;
}
.BgClassName
{
background-color: #193D48;
}
</style>
border-color css
<style>
span { border-color: #193D48; }
span { border-color: rgb(25,61,72); }
td.TdClassName
{
border-color: #193D48;
}
.TagClassName
{
border-color: #193D48;
}
</style>