Shades of Green Vogue #163E50
Tints of Green Vogue #163E50
RGB
CMYK
RGB Variations
Color information
#163E50 (or 0x163E50) is known color: Green Vogue. HEX triplet: 16, 3E and 50. RGB value is (22,62,80). Sum of RGB (Red+Green+Blue) = 22+62+80=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #163E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E50 is #E9C1AF. Grayscale: #333333. Windows color (decimal): -15319472 or 5258774. OLE color: 5258774.
HSL color Cylindrical-coordinate representation of color #163E50: hue angle of 198.62º 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 #163E50 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 62 | 80 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.69 |
| HSL | 198.62º | 0.57% | 0.2% | - |
| HSV(B) | 198.62º | 0.73% | 0.31% | - |
| XYZ | 3.5 | 4.2 | 8.21 | - |
| YUV | 52.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 80 | 0.72 | 0.22 | 0 | 0.69 | 198.62 | 0.57 | 0.2 |
| Hex | 16 | 3E | 50 | 48 | 16 | 0 | 45 | C7 | 39 | 14 |
| Octal | 26 | 76 | 120 | 110 | 26 | 0 | 105 | 307 | 71 | 24 |
| Binary | 10110 | 111110 | 1010000 | 1001000 | 10110 | 0 | 1000101 | 11000111 | 111001 | 10100 |
Color Harmonies of #163E50
Complementary color
Monochromatic Colors of #163E50
Black with #163E50
Text Example
Text Example
White with #163E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E50; }
p { color: rgb(22,62,80); }
H1.HeaderClassName
{
color: #163E50;
}
.AnyTagClassName
{
color: #163E50;
}
</style>
background-color css
<style>
a { background-color: #163E50; }
a { background-color: rgb(22,62,80); }
div.DivClassName
{
background-color: #163E50;
}
.BgClassName
{
background-color: #163E50;
}
</style>
border-color css
<style>
span { border-color: #163E50; }
span { border-color: rgb(22,62,80); }
td.TdClassName
{
border-color: #163E50;
}
.TagClassName
{
border-color: #163E50;
}
</style>