Shades of Green Vogue #163F4E
Tints of Green Vogue #163F4E
RGB
CMYK
RGB Variations
Color information
#163F4E (or 0x163F4E) is known color: Green Vogue. HEX triplet: 16, 3F and 4E. RGB value is (22,63,78). Sum of RGB (Red+Green+Blue) = 22+63+78=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #163F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F4E is #E9C0B1. Grayscale: #343434. Windows color (decimal): -15319218 or 5127958. OLE color: 5127958.
HSL color Cylindrical-coordinate representation of color #163F4E: hue angle of 196.07º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #163F4E is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 63 | 78 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.69 |
| HSL | 196.07º | 0.56% | 0.2% | - |
| HSV(B) | 196.07º | 0.72% | 0.31% | - |
| XYZ | 3.48 | 4.28 | 7.85 | - |
| YUV | 52.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 78 | 0.72 | 0.19 | 0 | 0.69 | 196.07 | 0.56 | 0.2 |
| Hex | 16 | 3F | 4E | 48 | 13 | 0 | 45 | C4 | 38 | 14 |
| Octal | 26 | 77 | 116 | 110 | 23 | 0 | 105 | 304 | 70 | 24 |
| Binary | 10110 | 111111 | 1001110 | 1001000 | 10011 | 0 | 1000101 | 11000100 | 111000 | 10100 |
Color Harmonies of #163F4E
Complementary color
Monochromatic Colors of #163F4E
Black with #163F4E
Text Example
Text Example
White with #163F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F4E; }
p { color: rgb(22,63,78); }
H1.HeaderClassName
{
color: #163F4E;
}
.AnyTagClassName
{
color: #163F4E;
}
</style>
background-color css
<style>
a { background-color: #163F4E; }
a { background-color: rgb(22,63,78); }
div.DivClassName
{
background-color: #163F4E;
}
.BgClassName
{
background-color: #163F4E;
}
</style>
border-color css
<style>
span { border-color: #163F4E; }
span { border-color: rgb(22,63,78); }
td.TdClassName
{
border-color: #163F4E;
}
.TagClassName
{
border-color: #163F4E;
}
</style>