Shades of Green Vogue #163D48
Tints of Green Vogue #163D48
RGB
CMYK
RGB Variations
Color information
#163D48 (or 0x163D48) is known color: Green Vogue. HEX triplet: 16, 3D and 48. RGB value is (22,61,72). Sum of RGB (Red+Green+Blue) = 22+61+72=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #163D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D48 is #E9C2B7. Grayscale: #323232. Windows color (decimal): -15319736 or 4734230. OLE color: 4734230.
HSL color Cylindrical-coordinate representation of color #163D48: hue angle of 193.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163D48 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 61 | 72 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.72 |
| HSL | 193.2º | 0.53% | 0.18% | - |
| HSV(B) | 193.2º | 0.69% | 0.28% | - |
| XYZ | 3.17 | 3.98 | 6.73 | - |
| YUV | 50.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 72 | 0.69 | 0.15 | 0 | 0.72 | 193.2 | 0.53 | 0.18 |
| Hex | 16 | 3D | 48 | 45 | F | 0 | 48 | C1 | 35 | 12 |
| Octal | 26 | 75 | 110 | 105 | 17 | 0 | 110 | 301 | 65 | 22 |
| Binary | 10110 | 111101 | 1001000 | 1000101 | 1111 | 0 | 1001000 | 11000001 | 110101 | 10010 |
Color Harmonies of #163D48
Complementary color
Monochromatic Colors of #163D48
Black with #163D48
Text Example
Text Example
White with #163D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D48; }
p { color: rgb(22,61,72); }
H1.HeaderClassName
{
color: #163D48;
}
.AnyTagClassName
{
color: #163D48;
}
</style>
background-color css
<style>
a { background-color: #163D48; }
a { background-color: rgb(22,61,72); }
div.DivClassName
{
background-color: #163D48;
}
.BgClassName
{
background-color: #163D48;
}
</style>
border-color css
<style>
span { border-color: #163D48; }
span { border-color: rgb(22,61,72); }
td.TdClassName
{
border-color: #163D48;
}
.TagClassName
{
border-color: #163D48;
}
</style>