Shades of Green Vogue #163C48
Tints of Green Vogue #163C48
RGB
CMYK
RGB Variations
Color information
#163C48 (or 0x163C48) is known color: Green Vogue. HEX triplet: 16, 3C and 48. RGB value is (22,60,72). Sum of RGB (Red+Green+Blue) = 22+60+72=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #163C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C48 is #E9C3B7. Grayscale: #313131. Windows color (decimal): -15319992 or 4733974. OLE color: 4733974.
HSL color Cylindrical-coordinate representation of color #163C48: hue angle of 194.4º 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 #163C48 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 60 | 72 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.72 |
| HSL | 194.4º | 0.53% | 0.18% | - |
| HSV(B) | 194.4º | 0.69% | 0.28% | - |
| XYZ | 3.12 | 3.87 | 6.71 | - |
| YUV | 50.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 72 | 0.69 | 0.17 | 0 | 0.72 | 194.4 | 0.53 | 0.18 |
| Hex | 16 | 3C | 48 | 45 | 11 | 0 | 48 | C2 | 35 | 12 |
| Octal | 26 | 74 | 110 | 105 | 21 | 0 | 110 | 302 | 65 | 22 |
| Binary | 10110 | 111100 | 1001000 | 1000101 | 10001 | 0 | 1001000 | 11000010 | 110101 | 10010 |
Color Harmonies of #163C48
Complementary color
Monochromatic Colors of #163C48
Black with #163C48
Text Example
Text Example
White with #163C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C48; }
p { color: rgb(22,60,72); }
H1.HeaderClassName
{
color: #163C48;
}
.AnyTagClassName
{
color: #163C48;
}
</style>
background-color css
<style>
a { background-color: #163C48; }
a { background-color: rgb(22,60,72); }
div.DivClassName
{
background-color: #163C48;
}
.BgClassName
{
background-color: #163C48;
}
</style>
border-color css
<style>
span { border-color: #163C48; }
span { border-color: rgb(22,60,72); }
td.TdClassName
{
border-color: #163C48;
}
.TagClassName
{
border-color: #163C48;
}
</style>