Shades of Green Vogue #164251
Tints of Green Vogue #164251
RGB
CMYK
RGB Variations
Color information
#164251 (or 0x164251) is known color: Green Vogue. HEX triplet: 16, 42 and 51. RGB value is (22,66,81). Sum of RGB (Red+Green+Blue) = 22+66+81=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #164251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164251 is #E9BDAE. Grayscale: #363636. Windows color (decimal): -15318447 or 5325334. OLE color: 5325334.
HSL color Cylindrical-coordinate representation of color #164251: hue angle of 195.25º 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 #164251 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 66 | 81 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.68 |
| HSL | 195.25º | 0.57% | 0.2% | - |
| HSV(B) | 195.25º | 0.73% | 0.32% | - |
| XYZ | 3.76 | 4.66 | 8.49 | - |
| YUV | 54.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 81 | 0.73 | 0.19 | 0 | 0.68 | 195.25 | 0.57 | 0.2 |
| Hex | 16 | 42 | 51 | 49 | 13 | 0 | 44 | C3 | 39 | 14 |
| Octal | 26 | 102 | 121 | 111 | 23 | 0 | 104 | 303 | 71 | 24 |
| Binary | 10110 | 1000010 | 1010001 | 1001001 | 10011 | 0 | 1000100 | 11000011 | 111001 | 10100 |
Color Harmonies of #164251
Complementary color
Monochromatic Colors of #164251
Black with #164251
Text Example
Text Example
White with #164251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164251; }
p { color: rgb(22,66,81); }
H1.HeaderClassName
{
color: #164251;
}
.AnyTagClassName
{
color: #164251;
}
</style>
background-color css
<style>
a { background-color: #164251; }
a { background-color: rgb(22,66,81); }
div.DivClassName
{
background-color: #164251;
}
.BgClassName
{
background-color: #164251;
}
</style>
border-color css
<style>
span { border-color: #164251; }
span { border-color: rgb(22,66,81); }
td.TdClassName
{
border-color: #164251;
}
.TagClassName
{
border-color: #164251;
}
</style>