Shades of Green Vogue #114150
Tints of Green Vogue #114150
RGB
CMYK
RGB Variations
Color information
#114150 (or 0x114150) is known color: Green Vogue. HEX triplet: 11, 41 and 50. RGB value is (17,65,80). Sum of RGB (Red+Green+Blue) = 17+65+80=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #114150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114150 is #EEBEAF. Grayscale: #343434. Windows color (decimal): -15646384 or 5259537. OLE color: 5259537.
HSL color Cylindrical-coordinate representation of color #114150: hue angle of 194.29º 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 #114150 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 65 | 80 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.69 |
| HSL | 194.29º | 0.65% | 0.19% | - |
| HSV(B) | 194.29º | 0.79% | 0.31% | - |
| XYZ | 3.57 | 4.48 | 8.27 | - |
| YUV | 52.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 80 | 0.79 | 0.19 | 0 | 0.69 | 194.29 | 0.65 | 0.19 |
| Hex | 11 | 41 | 50 | 4F | 13 | 0 | 45 | C2 | 41 | 13 |
| Octal | 21 | 101 | 120 | 117 | 23 | 0 | 105 | 302 | 101 | 23 |
| Binary | 10001 | 1000001 | 1010000 | 1001111 | 10011 | 0 | 1000101 | 11000010 | 1000001 | 10011 |
Color Harmonies of #114150
Complementary color
Monochromatic Colors of #114150
Black with #114150
Text Example
Text Example
White with #114150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114150; }
p { color: rgb(17,65,80); }
H1.HeaderClassName
{
color: #114150;
}
.AnyTagClassName
{
color: #114150;
}
</style>
background-color css
<style>
a { background-color: #114150; }
a { background-color: rgb(17,65,80); }
div.DivClassName
{
background-color: #114150;
}
.BgClassName
{
background-color: #114150;
}
</style>
border-color css
<style>
span { border-color: #114150; }
span { border-color: rgb(17,65,80); }
td.TdClassName
{
border-color: #114150;
}
.TagClassName
{
border-color: #114150;
}
</style>