Shades of Green Vogue #113D49
Tints of Green Vogue #113D49
RGB
CMYK
RGB Variations
Color information
#113D49 (or 0x113D49) is known color: Green Vogue. HEX triplet: 11, 3D and 49. RGB value is (17,61,73). Sum of RGB (Red+Green+Blue) = 17+61+73=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #113D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D49 is #EEC2B6. Grayscale: #313131. Windows color (decimal): -15647415 or 4799761. OLE color: 4799761.
HSL color Cylindrical-coordinate representation of color #113D49: hue angle of 192.86º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #113D49 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 61 | 73 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.71 |
| HSL | 192.86º | 0.62% | 0.18% | - |
| HSV(B) | 192.86º | 0.77% | 0.29% | - |
| XYZ | 3.1 | 3.94 | 6.9 | - |
| YUV | 49.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 73 | 0.77 | 0.16 | 0 | 0.71 | 192.86 | 0.62 | 0.18 |
| Hex | 11 | 3D | 49 | 4D | 10 | 0 | 47 | C1 | 3E | 12 |
| Octal | 21 | 75 | 111 | 115 | 20 | 0 | 107 | 301 | 76 | 22 |
| Binary | 10001 | 111101 | 1001001 | 1001101 | 10000 | 0 | 1000111 | 11000001 | 111110 | 10010 |
Color Harmonies of #113D49
Complementary color
Monochromatic Colors of #113D49
Black with #113D49
Text Example
Text Example
White with #113D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D49; }
p { color: rgb(17,61,73); }
H1.HeaderClassName
{
color: #113D49;
}
.AnyTagClassName
{
color: #113D49;
}
</style>
background-color css
<style>
a { background-color: #113D49; }
a { background-color: rgb(17,61,73); }
div.DivClassName
{
background-color: #113D49;
}
.BgClassName
{
background-color: #113D49;
}
</style>
border-color css
<style>
span { border-color: #113D49; }
span { border-color: rgb(17,61,73); }
td.TdClassName
{
border-color: #113D49;
}
.TagClassName
{
border-color: #113D49;
}
</style>