Shades of Green Vogue #113B4D
Tints of Green Vogue #113B4D
RGB
CMYK
RGB Variations
Color information
#113B4D (or 0x113B4D) is known color: Green Vogue. HEX triplet: 11, 3B and 4D. RGB value is (17,59,77). Sum of RGB (Red+Green+Blue) = 17+59+77=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #113B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B4D is #EEC4B2. Grayscale: #303030. Windows color (decimal): -15647923 or 5061393. OLE color: 5061393.
HSL color Cylindrical-coordinate representation of color #113B4D: hue angle of 198º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #113B4D is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 59 | 77 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.70 |
| HSL | 198º | 0.64% | 0.18% | - |
| HSV(B) | 198º | 0.78% | 0.3% | - |
| XYZ | 3.13 | 3.78 | 7.59 | - |
| YUV | 48.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 77 | 0.78 | 0.23 | 0 | 0.70 | 198 | 0.64 | 0.18 |
| Hex | 11 | 3B | 4D | 4E | 17 | 0 | 46 | C6 | 40 | 12 |
| Octal | 21 | 73 | 115 | 116 | 27 | 0 | 106 | 306 | 100 | 22 |
| Binary | 10001 | 111011 | 1001101 | 1001110 | 10111 | 0 | 1000110 | 11000110 | 1000000 | 10010 |
Color Harmonies of #113B4D
Complementary color
Monochromatic Colors of #113B4D
Black with #113B4D
Text Example
Text Example
White with #113B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B4D; }
p { color: rgb(17,59,77); }
H1.HeaderClassName
{
color: #113B4D;
}
.AnyTagClassName
{
color: #113B4D;
}
</style>
background-color css
<style>
a { background-color: #113B4D; }
a { background-color: rgb(17,59,77); }
div.DivClassName
{
background-color: #113B4D;
}
.BgClassName
{
background-color: #113B4D;
}
</style>
border-color css
<style>
span { border-color: #113B4D; }
span { border-color: rgb(17,59,77); }
td.TdClassName
{
border-color: #113B4D;
}
.TagClassName
{
border-color: #113B4D;
}
</style>