Shades of Green Vogue #163C4E
Tints of Green Vogue #163C4E
RGB
CMYK
RGB Variations
Color information
#163C4E (or 0x163C4E) is known color: Green Vogue. HEX triplet: 16, 3C and 4E. RGB value is (22,60,78). Sum of RGB (Red+Green+Blue) = 22+60+78=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #163C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C4E is #E9C3B1. Grayscale: #323232. Windows color (decimal): -15319986 or 5127190. OLE color: 5127190.
HSL color Cylindrical-coordinate representation of color #163C4E: hue angle of 199.29º 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 #163C4E is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 60 | 78 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.69 |
| HSL | 199.29º | 0.56% | 0.2% | - |
| HSV(B) | 199.29º | 0.72% | 0.31% | - |
| XYZ | 3.32 | 3.95 | 7.8 | - |
| YUV | 50.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 78 | 0.72 | 0.23 | 0 | 0.69 | 199.29 | 0.56 | 0.2 |
| Hex | 16 | 3C | 4E | 48 | 17 | 0 | 45 | C7 | 38 | 14 |
| Octal | 26 | 74 | 116 | 110 | 27 | 0 | 105 | 307 | 70 | 24 |
| Binary | 10110 | 111100 | 1001110 | 1001000 | 10111 | 0 | 1000101 | 11000111 | 111000 | 10100 |
Color Harmonies of #163C4E
Complementary color
Monochromatic Colors of #163C4E
Black with #163C4E
Text Example
Text Example
White with #163C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C4E; }
p { color: rgb(22,60,78); }
H1.HeaderClassName
{
color: #163C4E;
}
.AnyTagClassName
{
color: #163C4E;
}
</style>
background-color css
<style>
a { background-color: #163C4E; }
a { background-color: rgb(22,60,78); }
div.DivClassName
{
background-color: #163C4E;
}
.BgClassName
{
background-color: #163C4E;
}
</style>
border-color css
<style>
span { border-color: #163C4E; }
span { border-color: rgb(22,60,78); }
td.TdClassName
{
border-color: #163C4E;
}
.TagClassName
{
border-color: #163C4E;
}
</style>