Shades of Green Vogue #163D4B
Tints of Green Vogue #163D4B
RGB
CMYK
RGB Variations
Color information
#163D4B (or 0x163D4B) is known color: Green Vogue. HEX triplet: 16, 3D and 4B. RGB value is (22,61,75). Sum of RGB (Red+Green+Blue) = 22+61+75=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #163D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D4B is #E9C2B4. Grayscale: #323232. Windows color (decimal): -15319733 or 4930838. OLE color: 4930838.
HSL color Cylindrical-coordinate representation of color #163D4B: hue angle of 195.85º 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 #163D4B is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 61 | 75 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.71 |
| HSL | 195.85º | 0.55% | 0.19% | - |
| HSV(B) | 195.85º | 0.71% | 0.29% | - |
| XYZ | 3.27 | 4.02 | 7.26 | - |
| YUV | 50.94 | 141.58 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 75 | 0.71 | 0.19 | 0 | 0.71 | 195.85 | 0.55 | 0.19 |
| Hex | 16 | 3D | 4B | 47 | 13 | 0 | 47 | C4 | 37 | 13 |
| Octal | 26 | 75 | 113 | 107 | 23 | 0 | 107 | 304 | 67 | 23 |
| Binary | 10110 | 111101 | 1001011 | 1000111 | 10011 | 0 | 1000111 | 11000100 | 110111 | 10011 |
Color Harmonies of #163D4B
Complementary color
Monochromatic Colors of #163D4B
Black with #163D4B
Text Example
Text Example
White with #163D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D4B; }
p { color: rgb(22,61,75); }
H1.HeaderClassName
{
color: #163D4B;
}
.AnyTagClassName
{
color: #163D4B;
}
</style>
background-color css
<style>
a { background-color: #163D4B; }
a { background-color: rgb(22,61,75); }
div.DivClassName
{
background-color: #163D4B;
}
.BgClassName
{
background-color: #163D4B;
}
</style>
border-color css
<style>
span { border-color: #163D4B; }
span { border-color: rgb(22,61,75); }
td.TdClassName
{
border-color: #163D4B;
}
.TagClassName
{
border-color: #163D4B;
}
</style>