Shades of Green Vogue #164051
Tints of Green Vogue #164051
RGB
CMYK
RGB Variations
Color information
#164051 (or 0x164051) is known color: Green Vogue. HEX triplet: 16, 40 and 51. RGB value is (22,64,81). Sum of RGB (Red+Green+Blue) = 22+64+81=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #164051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164051 is #E9BFAE. Grayscale: #353535. Windows color (decimal): -15318959 or 5324822. OLE color: 5324822.
HSL color Cylindrical-coordinate representation of color #164051: hue angle of 197.29º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164051 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 64 | 81 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.68 |
| HSL | 197.29º | 0.57% | 0.2% | - |
| HSV(B) | 197.29º | 0.73% | 0.32% | - |
| XYZ | 3.65 | 4.43 | 8.45 | - |
| YUV | 53.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 81 | 0.73 | 0.21 | 0 | 0.68 | 197.29 | 0.57 | 0.2 |
| Hex | 16 | 40 | 51 | 49 | 15 | 0 | 44 | C5 | 39 | 14 |
| Octal | 26 | 100 | 121 | 111 | 25 | 0 | 104 | 305 | 71 | 24 |
| Binary | 10110 | 1000000 | 1010001 | 1001001 | 10101 | 0 | 1000100 | 11000101 | 111001 | 10100 |
Color Harmonies of #164051
Complementary color
Monochromatic Colors of #164051
Black with #164051
Text Example
Text Example
White with #164051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164051; }
p { color: rgb(22,64,81); }
H1.HeaderClassName
{
color: #164051;
}
.AnyTagClassName
{
color: #164051;
}
</style>
background-color css
<style>
a { background-color: #164051; }
a { background-color: rgb(22,64,81); }
div.DivClassName
{
background-color: #164051;
}
.BgClassName
{
background-color: #164051;
}
</style>
border-color css
<style>
span { border-color: #164051; }
span { border-color: rgb(22,64,81); }
td.TdClassName
{
border-color: #164051;
}
.TagClassName
{
border-color: #164051;
}
</style>