Shades of Green Vogue #114350
Tints of Green Vogue #114350
RGB
CMYK
RGB Variations
Color information
#114350 (or 0x114350) is known color: Green Vogue. HEX triplet: 11, 43 and 50. RGB value is (17,67,80). Sum of RGB (Red+Green+Blue) = 17+67+80=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #114350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114350 is #EEBCAF. Grayscale: #353535. Windows color (decimal): -15645872 or 5260049. OLE color: 5260049.
HSL color Cylindrical-coordinate representation of color #114350: hue angle of 192.38º 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 #114350 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 67 | 80 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.69 |
| HSL | 192.38º | 0.65% | 0.19% | - |
| HSV(B) | 192.38º | 0.79% | 0.31% | - |
| XYZ | 3.69 | 4.71 | 8.3 | - |
| YUV | 53.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 80 | 0.79 | 0.16 | 0 | 0.69 | 192.38 | 0.65 | 0.19 |
| Hex | 11 | 43 | 50 | 4F | 10 | 0 | 45 | C0 | 41 | 13 |
| Octal | 21 | 103 | 120 | 117 | 20 | 0 | 105 | 300 | 101 | 23 |
| Binary | 10001 | 1000011 | 1010000 | 1001111 | 10000 | 0 | 1000101 | 11000000 | 1000001 | 10011 |
Color Harmonies of #114350
Complementary color
Monochromatic Colors of #114350
Black with #114350
Text Example
Text Example
White with #114350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114350; }
p { color: rgb(17,67,80); }
H1.HeaderClassName
{
color: #114350;
}
.AnyTagClassName
{
color: #114350;
}
</style>
background-color css
<style>
a { background-color: #114350; }
a { background-color: rgb(17,67,80); }
div.DivClassName
{
background-color: #114350;
}
.BgClassName
{
background-color: #114350;
}
</style>
border-color css
<style>
span { border-color: #114350; }
span { border-color: rgb(17,67,80); }
td.TdClassName
{
border-color: #114350;
}
.TagClassName
{
border-color: #114350;
}
</style>