Shades of Green Vogue #114051
Tints of Green Vogue #114051
RGB
CMYK
RGB Variations
Color information
#114051 (or 0x114051) is known color: Green Vogue. HEX triplet: 11, 40 and 51. RGB value is (17,64,81). Sum of RGB (Red+Green+Blue) = 17+64+81=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #114051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114051 is #EEBFAE. Grayscale: #333333. Windows color (decimal): -15646639 or 5324817. OLE color: 5324817.
HSL color Cylindrical-coordinate representation of color #114051: hue angle of 195.94º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #114051 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 64 | 81 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.68 |
| HSL | 195.94º | 0.65% | 0.19% | - |
| HSV(B) | 195.94º | 0.79% | 0.32% | - |
| XYZ | 3.55 | 4.38 | 8.44 | - |
| YUV | 51.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 81 | 0.79 | 0.21 | 0 | 0.68 | 195.94 | 0.65 | 0.19 |
| Hex | 11 | 40 | 51 | 4F | 15 | 0 | 44 | C4 | 41 | 13 |
| Octal | 21 | 100 | 121 | 117 | 25 | 0 | 104 | 304 | 101 | 23 |
| Binary | 10001 | 1000000 | 1010001 | 1001111 | 10101 | 0 | 1000100 | 11000100 | 1000001 | 10011 |
Color Harmonies of #114051
Complementary color
Monochromatic Colors of #114051
Black with #114051
Text Example
Text Example
White with #114051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114051; }
p { color: rgb(17,64,81); }
H1.HeaderClassName
{
color: #114051;
}
.AnyTagClassName
{
color: #114051;
}
</style>
background-color css
<style>
a { background-color: #114051; }
a { background-color: rgb(17,64,81); }
div.DivClassName
{
background-color: #114051;
}
.BgClassName
{
background-color: #114051;
}
</style>
border-color css
<style>
span { border-color: #114051; }
span { border-color: rgb(17,64,81); }
td.TdClassName
{
border-color: #114051;
}
.TagClassName
{
border-color: #114051;
}
</style>