Shades of Green Vogue #163F4B
Tints of Green Vogue #163F4B
RGB
CMYK
RGB Variations
Color information
#163F4B (or 0x163F4B) is known color: Green Vogue. HEX triplet: 16, 3F and 4B. RGB value is (22,63,75). Sum of RGB (Red+Green+Blue) = 22+63+75=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #163F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F4B is #E9C0B4. Grayscale: #343434. Windows color (decimal): -15319221 or 4931350. OLE color: 4931350.
HSL color Cylindrical-coordinate representation of color #163F4B: hue angle of 193.58º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #163F4B is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 63 | 75 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.71 |
| HSL | 193.58º | 0.55% | 0.19% | - |
| HSV(B) | 193.58º | 0.71% | 0.29% | - |
| XYZ | 3.38 | 4.23 | 7.3 | - |
| YUV | 52.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 75 | 0.71 | 0.16 | 0 | 0.71 | 193.58 | 0.55 | 0.19 |
| Hex | 16 | 3F | 4B | 47 | 10 | 0 | 47 | C2 | 37 | 13 |
| Octal | 26 | 77 | 113 | 107 | 20 | 0 | 107 | 302 | 67 | 23 |
| Binary | 10110 | 111111 | 1001011 | 1000111 | 10000 | 0 | 1000111 | 11000010 | 110111 | 10011 |
Color Harmonies of #163F4B
Complementary color
Monochromatic Colors of #163F4B
Black with #163F4B
Text Example
Text Example
White with #163F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F4B; }
p { color: rgb(22,63,75); }
H1.HeaderClassName
{
color: #163F4B;
}
.AnyTagClassName
{
color: #163F4B;
}
</style>
background-color css
<style>
a { background-color: #163F4B; }
a { background-color: rgb(22,63,75); }
div.DivClassName
{
background-color: #163F4B;
}
.BgClassName
{
background-color: #163F4B;
}
</style>
border-color css
<style>
span { border-color: #163F4B; }
span { border-color: rgb(22,63,75); }
td.TdClassName
{
border-color: #163F4B;
}
.TagClassName
{
border-color: #163F4B;
}
</style>