Shades of Green Vogue #16404C
Tints of Green Vogue #16404C
RGB
CMYK
RGB Variations
Color information
#16404C (or 0x16404C) is known color: Green Vogue. HEX triplet: 16, 40 and 4C. RGB value is (22,64,76). Sum of RGB (Red+Green+Blue) = 22+64+76=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #16404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16404C is #E9BFB3. Grayscale: #343434. Windows color (decimal): -15318964 or 4997142. OLE color: 4997142.
HSL color Cylindrical-coordinate representation of color #16404C: hue angle of 193.33º 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 #16404C is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 64 | 76 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.70 |
| HSL | 193.33º | 0.55% | 0.19% | - |
| HSV(B) | 193.33º | 0.71% | 0.3% | - |
| XYZ | 3.47 | 4.36 | 7.5 | - |
| YUV | 52.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 76 | 0.71 | 0.16 | 0 | 0.70 | 193.33 | 0.55 | 0.19 |
| Hex | 16 | 40 | 4C | 47 | 10 | 0 | 46 | C1 | 37 | 13 |
| Octal | 26 | 100 | 114 | 107 | 20 | 0 | 106 | 301 | 67 | 23 |
| Binary | 10110 | 1000000 | 1001100 | 1000111 | 10000 | 0 | 1000110 | 11000001 | 110111 | 10011 |
Color Harmonies of #16404C
Complementary color
Monochromatic Colors of #16404C
Black with #16404C
Text Example
Text Example
White with #16404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16404C; }
p { color: rgb(22,64,76); }
H1.HeaderClassName
{
color: #16404C;
}
.AnyTagClassName
{
color: #16404C;
}
</style>
background-color css
<style>
a { background-color: #16404C; }
a { background-color: rgb(22,64,76); }
div.DivClassName
{
background-color: #16404C;
}
.BgClassName
{
background-color: #16404C;
}
</style>
border-color css
<style>
span { border-color: #16404C; }
span { border-color: rgb(22,64,76); }
td.TdClassName
{
border-color: #16404C;
}
.TagClassName
{
border-color: #16404C;
}
</style>