Shades of Green Vogue #174049
Tints of Green Vogue #174049
RGB
CMYK
RGB Variations
Color information
#174049 (or 0x174049) is known color: Green Vogue. HEX triplet: 17, 40 and 49. RGB value is (23,64,73). Sum of RGB (Red+Green+Blue) = 23+64+73=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #174049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174049 is #E8BFB6. Grayscale: #343434. Windows color (decimal): -15253431 or 4800535. OLE color: 4800535.
HSL color Cylindrical-coordinate representation of color #174049: hue angle of 190.8º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174049 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 64 | 73 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.71 |
| HSL | 190.8º | 0.52% | 0.19% | - |
| HSV(B) | 190.8º | 0.68% | 0.29% | - |
| XYZ | 3.39 | 4.33 | 6.96 | - |
| YUV | 52.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 73 | 0.68 | 0.12 | 0 | 0.71 | 190.8 | 0.52 | 0.19 |
| Hex | 17 | 40 | 49 | 44 | C | 0 | 47 | BF | 34 | 13 |
| Octal | 27 | 100 | 111 | 104 | 14 | 0 | 107 | 277 | 64 | 23 |
| Binary | 10111 | 1000000 | 1001001 | 1000100 | 1100 | 0 | 1000111 | 10111111 | 110100 | 10011 |
Color Harmonies of #174049
Complementary color
Monochromatic Colors of #174049
Black with #174049
Text Example
Text Example
White with #174049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174049; }
p { color: rgb(23,64,73); }
H1.HeaderClassName
{
color: #174049;
}
.AnyTagClassName
{
color: #174049;
}
</style>
background-color css
<style>
a { background-color: #174049; }
a { background-color: rgb(23,64,73); }
div.DivClassName
{
background-color: #174049;
}
.BgClassName
{
background-color: #174049;
}
</style>
border-color css
<style>
span { border-color: #174049; }
span { border-color: rgb(23,64,73); }
td.TdClassName
{
border-color: #174049;
}
.TagClassName
{
border-color: #174049;
}
</style>