Shades of Green Vogue #113F51
Tints of Green Vogue #113F51
RGB
CMYK
RGB Variations
Color information
#113F51 (or 0x113F51) is known color: Green Vogue. HEX triplet: 11, 3F and 51. RGB value is (17,63,81). Sum of RGB (Red+Green+Blue) = 17+63+81=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #113F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F51 is #EEC0AE. Grayscale: #333333. Windows color (decimal): -15646895 or 5324561. OLE color: 5324561.
HSL color Cylindrical-coordinate representation of color #113F51: hue angle of 196.88º 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 #113F51 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 63 | 81 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.68 |
| HSL | 196.88º | 0.65% | 0.19% | - |
| HSV(B) | 196.88º | 0.79% | 0.32% | - |
| XYZ | 3.49 | 4.27 | 8.42 | - |
| YUV | 51.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 81 | 0.79 | 0.22 | 0 | 0.68 | 196.88 | 0.65 | 0.19 |
| Hex | 11 | 3F | 51 | 4F | 16 | 0 | 44 | C5 | 41 | 13 |
| Octal | 21 | 77 | 121 | 117 | 26 | 0 | 104 | 305 | 101 | 23 |
| Binary | 10001 | 111111 | 1010001 | 1001111 | 10110 | 0 | 1000100 | 11000101 | 1000001 | 10011 |
Color Harmonies of #113F51
Complementary color
Monochromatic Colors of #113F51
Black with #113F51
Text Example
Text Example
White with #113F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F51; }
p { color: rgb(17,63,81); }
H1.HeaderClassName
{
color: #113F51;
}
.AnyTagClassName
{
color: #113F51;
}
</style>
background-color css
<style>
a { background-color: #113F51; }
a { background-color: rgb(17,63,81); }
div.DivClassName
{
background-color: #113F51;
}
.BgClassName
{
background-color: #113F51;
}
</style>
border-color css
<style>
span { border-color: #113F51; }
span { border-color: rgb(17,63,81); }
td.TdClassName
{
border-color: #113F51;
}
.TagClassName
{
border-color: #113F51;
}
</style>