Shades of Green Vogue #163C4A
Tints of Green Vogue #163C4A
RGB
CMYK
RGB Variations
Color information
#163C4A (or 0x163C4A) is known color: Green Vogue. HEX triplet: 16, 3C and 4A. RGB value is (22,60,74). Sum of RGB (Red+Green+Blue) = 22+60+74=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #163C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C4A is #E9C3B5. Grayscale: #323232. Windows color (decimal): -15319990 or 4865046. OLE color: 4865046.
HSL color Cylindrical-coordinate representation of color #163C4A: hue angle of 196.15º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #163C4A is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 60 | 74 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.71 |
| HSL | 196.15º | 0.54% | 0.19% | - |
| HSV(B) | 196.15º | 0.7% | 0.29% | - |
| XYZ | 3.18 | 3.9 | 7.06 | - |
| YUV | 50.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 74 | 0.70 | 0.19 | 0 | 0.71 | 196.15 | 0.54 | 0.19 |
| Hex | 16 | 3C | 4A | 46 | 13 | 0 | 47 | C4 | 36 | 13 |
| Octal | 26 | 74 | 112 | 106 | 23 | 0 | 107 | 304 | 66 | 23 |
| Binary | 10110 | 111100 | 1001010 | 1000110 | 10011 | 0 | 1000111 | 11000100 | 110110 | 10011 |
Color Harmonies of #163C4A
Complementary color
Monochromatic Colors of #163C4A
Black with #163C4A
Text Example
Text Example
White with #163C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C4A; }
p { color: rgb(22,60,74); }
H1.HeaderClassName
{
color: #163C4A;
}
.AnyTagClassName
{
color: #163C4A;
}
</style>
background-color css
<style>
a { background-color: #163C4A; }
a { background-color: rgb(22,60,74); }
div.DivClassName
{
background-color: #163C4A;
}
.BgClassName
{
background-color: #163C4A;
}
</style>
border-color css
<style>
span { border-color: #163C4A; }
span { border-color: rgb(22,60,74); }
td.TdClassName
{
border-color: #163C4A;
}
.TagClassName
{
border-color: #163C4A;
}
</style>