Shades of Green Vogue #163D50
Tints of Green Vogue #163D50
RGB
CMYK
RGB Variations
Color information
#163D50 (or 0x163D50) is known color: Green Vogue. HEX triplet: 16, 3D and 50. RGB value is (22,61,80). Sum of RGB (Red+Green+Blue) = 22+61+80=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #163D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D50 is #E9C2AF. Grayscale: #333333. Windows color (decimal): -15319728 or 5258518. OLE color: 5258518.
HSL color Cylindrical-coordinate representation of color #163D50: hue angle of 199.66º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163D50 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 61 | 80 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.69 |
| HSL | 199.66º | 0.57% | 0.2% | - |
| HSV(B) | 199.66º | 0.73% | 0.31% | - |
| XYZ | 3.45 | 4.09 | 8.2 | - |
| YUV | 51.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 80 | 0.72 | 0.24 | 0 | 0.69 | 199.66 | 0.57 | 0.2 |
| Hex | 16 | 3D | 50 | 48 | 18 | 0 | 45 | C8 | 39 | 14 |
| Octal | 26 | 75 | 120 | 110 | 30 | 0 | 105 | 310 | 71 | 24 |
| Binary | 10110 | 111101 | 1010000 | 1001000 | 11000 | 0 | 1000101 | 11001000 | 111001 | 10100 |
Color Harmonies of #163D50
Complementary color
Monochromatic Colors of #163D50
Black with #163D50
Text Example
Text Example
White with #163D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D50; }
p { color: rgb(22,61,80); }
H1.HeaderClassName
{
color: #163D50;
}
.AnyTagClassName
{
color: #163D50;
}
</style>
background-color css
<style>
a { background-color: #163D50; }
a { background-color: rgb(22,61,80); }
div.DivClassName
{
background-color: #163D50;
}
.BgClassName
{
background-color: #163D50;
}
</style>
border-color css
<style>
span { border-color: #163D50; }
span { border-color: rgb(22,61,80); }
td.TdClassName
{
border-color: #163D50;
}
.TagClassName
{
border-color: #163D50;
}
</style>