Shades of Green Vogue #163B4C
Tints of Green Vogue #163B4C
RGB
CMYK
RGB Variations
Color information
#163B4C (or 0x163B4C) is known color: Green Vogue. HEX triplet: 16, 3B and 4C. RGB value is (22,59,76). Sum of RGB (Red+Green+Blue) = 22+59+76=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #163B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B4C is #E9C4B3. Grayscale: #313131. Windows color (decimal): -15320244 or 4995862. OLE color: 4995862.
HSL color Cylindrical-coordinate representation of color #163B4C: hue angle of 198.89º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #163B4C is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 59 | 76 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.70 |
| HSL | 198.89º | 0.55% | 0.19% | - |
| HSV(B) | 198.89º | 0.71% | 0.3% | - |
| XYZ | 3.2 | 3.82 | 7.41 | - |
| YUV | 49.88 | 142.74 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 76 | 0.71 | 0.22 | 0 | 0.70 | 198.89 | 0.55 | 0.19 |
| Hex | 16 | 3B | 4C | 47 | 16 | 0 | 46 | C7 | 37 | 13 |
| Octal | 26 | 73 | 114 | 107 | 26 | 0 | 106 | 307 | 67 | 23 |
| Binary | 10110 | 111011 | 1001100 | 1000111 | 10110 | 0 | 1000110 | 11000111 | 110111 | 10011 |
Color Harmonies of #163B4C
Complementary color
Monochromatic Colors of #163B4C
Black with #163B4C
Text Example
Text Example
White with #163B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B4C; }
p { color: rgb(22,59,76); }
H1.HeaderClassName
{
color: #163B4C;
}
.AnyTagClassName
{
color: #163B4C;
}
</style>
background-color css
<style>
a { background-color: #163B4C; }
a { background-color: rgb(22,59,76); }
div.DivClassName
{
background-color: #163B4C;
}
.BgClassName
{
background-color: #163B4C;
}
</style>
border-color css
<style>
span { border-color: #163B4C; }
span { border-color: rgb(22,59,76); }
td.TdClassName
{
border-color: #163B4C;
}
.TagClassName
{
border-color: #163B4C;
}
</style>