Shades of Green Vogue #163C49
Tints of Green Vogue #163C49
RGB
CMYK
RGB Variations
Color information
#163C49 (or 0x163C49) is known color: Green Vogue. HEX triplet: 16, 3C and 49. RGB value is (22,60,73). Sum of RGB (Red+Green+Blue) = 22+60+73=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #163C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C49 is #E9C3B6. Grayscale: #323232. Windows color (decimal): -15319991 or 4799510. OLE color: 4799510.
HSL color Cylindrical-coordinate representation of color #163C49: hue angle of 195.29º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #163C49 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 60 | 73 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.71 |
| HSL | 195.29º | 0.54% | 0.19% | - |
| HSV(B) | 195.29º | 0.7% | 0.29% | - |
| XYZ | 3.15 | 3.88 | 6.89 | - |
| YUV | 50.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 73 | 0.70 | 0.18 | 0 | 0.71 | 195.29 | 0.54 | 0.19 |
| Hex | 16 | 3C | 49 | 46 | 12 | 0 | 47 | C3 | 36 | 13 |
| Octal | 26 | 74 | 111 | 106 | 22 | 0 | 107 | 303 | 66 | 23 |
| Binary | 10110 | 111100 | 1001001 | 1000110 | 10010 | 0 | 1000111 | 11000011 | 110110 | 10011 |
Color Harmonies of #163C49
Complementary color
Monochromatic Colors of #163C49
Black with #163C49
Text Example
Text Example
White with #163C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C49; }
p { color: rgb(22,60,73); }
H1.HeaderClassName
{
color: #163C49;
}
.AnyTagClassName
{
color: #163C49;
}
</style>
background-color css
<style>
a { background-color: #163C49; }
a { background-color: rgb(22,60,73); }
div.DivClassName
{
background-color: #163C49;
}
.BgClassName
{
background-color: #163C49;
}
</style>
border-color css
<style>
span { border-color: #163C49; }
span { border-color: rgb(22,60,73); }
td.TdClassName
{
border-color: #163C49;
}
.TagClassName
{
border-color: #163C49;
}
</style>