Shades of Green Vogue #163F4C
Tints of Green Vogue #163F4C
RGB
CMYK
RGB Variations
Color information
#163F4C (or 0x163F4C) is known color: Green Vogue. HEX triplet: 16, 3F and 4C. RGB value is (22,63,76). Sum of RGB (Red+Green+Blue) = 22+63+76=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #163F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F4C is #E9C0B3. Grayscale: #343434. Windows color (decimal): -15319220 or 4996886. OLE color: 4996886.
HSL color Cylindrical-coordinate representation of color #163F4C: hue angle of 194.44º 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 #163F4C is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 63 | 76 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.70 |
| HSL | 194.44º | 0.55% | 0.19% | - |
| HSV(B) | 194.44º | 0.71% | 0.3% | - |
| XYZ | 3.41 | 4.25 | 7.48 | - |
| YUV | 52.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 76 | 0.71 | 0.17 | 0 | 0.70 | 194.44 | 0.55 | 0.19 |
| Hex | 16 | 3F | 4C | 47 | 11 | 0 | 46 | C2 | 37 | 13 |
| Octal | 26 | 77 | 114 | 107 | 21 | 0 | 106 | 302 | 67 | 23 |
| Binary | 10110 | 111111 | 1001100 | 1000111 | 10001 | 0 | 1000110 | 11000010 | 110111 | 10011 |
Color Harmonies of #163F4C
Complementary color
Monochromatic Colors of #163F4C
Black with #163F4C
Text Example
Text Example
White with #163F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F4C; }
p { color: rgb(22,63,76); }
H1.HeaderClassName
{
color: #163F4C;
}
.AnyTagClassName
{
color: #163F4C;
}
</style>
background-color css
<style>
a { background-color: #163F4C; }
a { background-color: rgb(22,63,76); }
div.DivClassName
{
background-color: #163F4C;
}
.BgClassName
{
background-color: #163F4C;
}
</style>
border-color css
<style>
span { border-color: #163F4C; }
span { border-color: rgb(22,63,76); }
td.TdClassName
{
border-color: #163F4C;
}
.TagClassName
{
border-color: #163F4C;
}
</style>