Shades of Green Vogue #113B4B
Tints of Green Vogue #113B4B
RGB
CMYK
RGB Variations
Color information
#113B4B (or 0x113B4B) is known color: Green Vogue. HEX triplet: 11, 3B and 4B. RGB value is (17,59,75). Sum of RGB (Red+Green+Blue) = 17+59+75=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #113B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B4B is #EEC4B4. Grayscale: #303030. Windows color (decimal): -15647925 or 4930321. OLE color: 4930321.
HSL color Cylindrical-coordinate representation of color #113B4B: hue angle of 196.55º degrees, saturation: 0.63, 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 #113B4B is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 59 | 75 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.71 |
| HSL | 196.55º | 0.63% | 0.18% | - |
| HSV(B) | 196.55º | 0.77% | 0.29% | - |
| XYZ | 3.07 | 3.76 | 7.22 | - |
| YUV | 48.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 75 | 0.77 | 0.21 | 0 | 0.71 | 196.55 | 0.63 | 0.18 |
| Hex | 11 | 3B | 4B | 4D | 15 | 0 | 47 | C5 | 3F | 12 |
| Octal | 21 | 73 | 113 | 115 | 25 | 0 | 107 | 305 | 77 | 22 |
| Binary | 10001 | 111011 | 1001011 | 1001101 | 10101 | 0 | 1000111 | 11000101 | 111111 | 10010 |
Color Harmonies of #113B4B
Complementary color
Monochromatic Colors of #113B4B
Black with #113B4B
Text Example
Text Example
White with #113B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B4B; }
p { color: rgb(17,59,75); }
H1.HeaderClassName
{
color: #113B4B;
}
.AnyTagClassName
{
color: #113B4B;
}
</style>
background-color css
<style>
a { background-color: #113B4B; }
a { background-color: rgb(17,59,75); }
div.DivClassName
{
background-color: #113B4B;
}
.BgClassName
{
background-color: #113B4B;
}
</style>
border-color css
<style>
span { border-color: #113B4B; }
span { border-color: rgb(17,59,75); }
td.TdClassName
{
border-color: #113B4B;
}
.TagClassName
{
border-color: #113B4B;
}
</style>