Shades of Green Vogue #114050
Tints of Green Vogue #114050
RGB
CMYK
RGB Variations
Color information
#114050 (or 0x114050) is known color: Green Vogue. HEX triplet: 11, 40 and 50. RGB value is (17,64,80). Sum of RGB (Red+Green+Blue) = 17+64+80=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #114050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114050 is #EEBFAF. Grayscale: #333333. Windows color (decimal): -15646640 or 5259281. OLE color: 5259281.
HSL color Cylindrical-coordinate representation of color #114050: hue angle of 195.24º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #114050 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 64 | 80 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.69 |
| HSL | 195.24º | 0.65% | 0.19% | - |
| HSV(B) | 195.24º | 0.79% | 0.31% | - |
| XYZ | 3.51 | 4.37 | 8.25 | - |
| YUV | 51.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 80 | 0.79 | 0.20 | 0 | 0.69 | 195.24 | 0.65 | 0.19 |
| Hex | 11 | 40 | 50 | 4F | 14 | 0 | 45 | C3 | 41 | 13 |
| Octal | 21 | 100 | 120 | 117 | 24 | 0 | 105 | 303 | 101 | 23 |
| Binary | 10001 | 1000000 | 1010000 | 1001111 | 10100 | 0 | 1000101 | 11000011 | 1000001 | 10011 |
Color Harmonies of #114050
Complementary color
Monochromatic Colors of #114050
Black with #114050
Text Example
Text Example
White with #114050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114050; }
p { color: rgb(17,64,80); }
H1.HeaderClassName
{
color: #114050;
}
.AnyTagClassName
{
color: #114050;
}
</style>
background-color css
<style>
a { background-color: #114050; }
a { background-color: rgb(17,64,80); }
div.DivClassName
{
background-color: #114050;
}
.BgClassName
{
background-color: #114050;
}
</style>
border-color css
<style>
span { border-color: #114050; }
span { border-color: rgb(17,64,80); }
td.TdClassName
{
border-color: #114050;
}
.TagClassName
{
border-color: #114050;
}
</style>