Shades of Green Vogue #16414C
Tints of Green Vogue #16414C
RGB
CMYK
RGB Variations
Color information
#16414C (or 0x16414C) is known color: Green Vogue. HEX triplet: 16, 41 and 4C. RGB value is (22,65,76). Sum of RGB (Red+Green+Blue) = 22+65+76=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #16414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16414C is #E9BEB3. Grayscale: #353535. Windows color (decimal): -15318708 or 4997398. OLE color: 4997398.
HSL color Cylindrical-coordinate representation of color #16414C: hue angle of 192.22º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16414C is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 65 | 76 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.70 |
| HSL | 192.22º | 0.55% | 0.19% | - |
| HSV(B) | 192.22º | 0.71% | 0.3% | - |
| XYZ | 3.53 | 4.47 | 7.52 | - |
| YUV | 53.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 76 | 0.71 | 0.14 | 0 | 0.70 | 192.22 | 0.55 | 0.19 |
| Hex | 16 | 41 | 4C | 47 | E | 0 | 46 | C0 | 37 | 13 |
| Octal | 26 | 101 | 114 | 107 | 16 | 0 | 106 | 300 | 67 | 23 |
| Binary | 10110 | 1000001 | 1001100 | 1000111 | 1110 | 0 | 1000110 | 11000000 | 110111 | 10011 |
Color Harmonies of #16414C
Complementary color
Monochromatic Colors of #16414C
Black with #16414C
Text Example
Text Example
White with #16414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16414C; }
p { color: rgb(22,65,76); }
H1.HeaderClassName
{
color: #16414C;
}
.AnyTagClassName
{
color: #16414C;
}
</style>
background-color css
<style>
a { background-color: #16414C; }
a { background-color: rgb(22,65,76); }
div.DivClassName
{
background-color: #16414C;
}
.BgClassName
{
background-color: #16414C;
}
</style>
border-color css
<style>
span { border-color: #16414C; }
span { border-color: rgb(22,65,76); }
td.TdClassName
{
border-color: #16414C;
}
.TagClassName
{
border-color: #16414C;
}
</style>