Shades of Green Vogue #174053
Tints of Green Vogue #174053
RGB
CMYK
RGB Variations
Color information
#174053 (or 0x174053) is known color: Green Vogue. HEX triplet: 17, 40 and 53. RGB value is (23,64,83). Sum of RGB (Red+Green+Blue) = 23+64+83=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #174053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174053 is #E8BFAC. Grayscale: #353535. Windows color (decimal): -15253421 or 5455895. OLE color: 5455895.
HSL color Cylindrical-coordinate representation of color #174053: hue angle of 199º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #174053 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 64 | 83 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.67 |
| HSL | 199º | 0.57% | 0.21% | - |
| HSV(B) | 199º | 0.72% | 0.33% | - |
| XYZ | 3.75 | 4.47 | 8.85 | - |
| YUV | 53.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 83 | 0.72 | 0.23 | 0 | 0.67 | 199 | 0.57 | 0.21 |
| Hex | 17 | 40 | 53 | 48 | 17 | 0 | 43 | C7 | 39 | 15 |
| Octal | 27 | 100 | 123 | 110 | 27 | 0 | 103 | 307 | 71 | 25 |
| Binary | 10111 | 1000000 | 1010011 | 1001000 | 10111 | 0 | 1000011 | 11000111 | 111001 | 10101 |
Color Harmonies of #174053
Complementary color
Monochromatic Colors of #174053
Black with #174053
Text Example
Text Example
White with #174053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174053; }
p { color: rgb(23,64,83); }
H1.HeaderClassName
{
color: #174053;
}
.AnyTagClassName
{
color: #174053;
}
</style>
background-color css
<style>
a { background-color: #174053; }
a { background-color: rgb(23,64,83); }
div.DivClassName
{
background-color: #174053;
}
.BgClassName
{
background-color: #174053;
}
</style>
border-color css
<style>
span { border-color: #174053; }
span { border-color: rgb(23,64,83); }
td.TdClassName
{
border-color: #174053;
}
.TagClassName
{
border-color: #174053;
}
</style>