Shades of Green Vogue #113B50
Tints of Green Vogue #113B50
RGB
CMYK
RGB Variations
Color information
#113B50 (or 0x113B50) is known color: Green Vogue. HEX triplet: 11, 3B and 50. RGB value is (17,59,80). Sum of RGB (Red+Green+Blue) = 17+59+80=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #113B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B50 is #EEC4AF. Grayscale: #303030. Windows color (decimal): -15647920 or 5258001. OLE color: 5258001.
HSL color Cylindrical-coordinate representation of color #113B50: hue angle of 200º 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 #113B50 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 59 | 80 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.69 |
| HSL | 200º | 0.65% | 0.19% | - |
| HSV(B) | 200º | 0.79% | 0.31% | - |
| XYZ | 3.24 | 3.83 | 8.16 | - |
| YUV | 48.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 80 | 0.79 | 0.26 | 0 | 0.69 | 200 | 0.65 | 0.19 |
| Hex | 11 | 3B | 50 | 4F | 1A | 0 | 45 | C8 | 41 | 13 |
| Octal | 21 | 73 | 120 | 117 | 32 | 0 | 105 | 310 | 101 | 23 |
| Binary | 10001 | 111011 | 1010000 | 1001111 | 11010 | 0 | 1000101 | 11001000 | 1000001 | 10011 |
Color Harmonies of #113B50
Complementary color
Monochromatic Colors of #113B50
Black with #113B50
Text Example
Text Example
White with #113B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B50; }
p { color: rgb(17,59,80); }
H1.HeaderClassName
{
color: #113B50;
}
.AnyTagClassName
{
color: #113B50;
}
</style>
background-color css
<style>
a { background-color: #113B50; }
a { background-color: rgb(17,59,80); }
div.DivClassName
{
background-color: #113B50;
}
.BgClassName
{
background-color: #113B50;
}
</style>
border-color css
<style>
span { border-color: #113B50; }
span { border-color: rgb(17,59,80); }
td.TdClassName
{
border-color: #113B50;
}
.TagClassName
{
border-color: #113B50;
}
</style>