Shades of Green Vogue #16404D
Tints of Green Vogue #16404D
RGB
CMYK
RGB Variations
Color information
#16404D (or 0x16404D) is known color: Green Vogue. HEX triplet: 16, 40 and 4D. RGB value is (22,64,77). Sum of RGB (Red+Green+Blue) = 22+64+77=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #16404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16404D is #E9BFB2. Grayscale: #343434. Windows color (decimal): -15318963 or 5062678. OLE color: 5062678.
HSL color Cylindrical-coordinate representation of color #16404D: hue angle of 194.18º degrees, saturation: 0.56, 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 #16404D is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 64 | 77 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.70 |
| HSL | 194.18º | 0.56% | 0.19% | - |
| HSV(B) | 194.18º | 0.71% | 0.3% | - |
| XYZ | 3.5 | 4.37 | 7.68 | - |
| YUV | 52.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 77 | 0.71 | 0.17 | 0 | 0.70 | 194.18 | 0.56 | 0.19 |
| Hex | 16 | 40 | 4D | 47 | 11 | 0 | 46 | C2 | 38 | 13 |
| Octal | 26 | 100 | 115 | 107 | 21 | 0 | 106 | 302 | 70 | 23 |
| Binary | 10110 | 1000000 | 1001101 | 1000111 | 10001 | 0 | 1000110 | 11000010 | 111000 | 10011 |
Color Harmonies of #16404D
Complementary color
Monochromatic Colors of #16404D
Black with #16404D
Text Example
Text Example
White with #16404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16404D; }
p { color: rgb(22,64,77); }
H1.HeaderClassName
{
color: #16404D;
}
.AnyTagClassName
{
color: #16404D;
}
</style>
background-color css
<style>
a { background-color: #16404D; }
a { background-color: rgb(22,64,77); }
div.DivClassName
{
background-color: #16404D;
}
.BgClassName
{
background-color: #16404D;
}
</style>
border-color css
<style>
span { border-color: #16404D; }
span { border-color: rgb(22,64,77); }
td.TdClassName
{
border-color: #16404D;
}
.TagClassName
{
border-color: #16404D;
}
</style>