Shades of Green Vogue #113B4A
Tints of Green Vogue #113B4A
RGB
CMYK
RGB Variations
Color information
#113B4A (or 0x113B4A) is known color: Green Vogue. HEX triplet: 11, 3B and 4A. RGB value is (17,59,74). Sum of RGB (Red+Green+Blue) = 17+59+74=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #113B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B4A is #EEC4B5. Grayscale: #303030. Windows color (decimal): -15647926 or 4864785. OLE color: 4864785.
HSL color Cylindrical-coordinate representation of color #113B4A: hue angle of 195.79º 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 #113B4A is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 59 | 74 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.71 |
| HSL | 195.79º | 0.63% | 0.18% | - |
| HSV(B) | 195.79º | 0.77% | 0.29% | - |
| XYZ | 3.03 | 3.74 | 7.04 | - |
| YUV | 48.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 74 | 0.77 | 0.20 | 0 | 0.71 | 195.79 | 0.63 | 0.18 |
| Hex | 11 | 3B | 4A | 4D | 14 | 0 | 47 | C4 | 3F | 12 |
| Octal | 21 | 73 | 112 | 115 | 24 | 0 | 107 | 304 | 77 | 22 |
| Binary | 10001 | 111011 | 1001010 | 1001101 | 10100 | 0 | 1000111 | 11000100 | 111111 | 10010 |
Color Harmonies of #113B4A
Complementary color
Monochromatic Colors of #113B4A
Black with #113B4A
Text Example
Text Example
White with #113B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B4A; }
p { color: rgb(17,59,74); }
H1.HeaderClassName
{
color: #113B4A;
}
.AnyTagClassName
{
color: #113B4A;
}
</style>
background-color css
<style>
a { background-color: #113B4A; }
a { background-color: rgb(17,59,74); }
div.DivClassName
{
background-color: #113B4A;
}
.BgClassName
{
background-color: #113B4A;
}
</style>
border-color css
<style>
span { border-color: #113B4A; }
span { border-color: rgb(17,59,74); }
td.TdClassName
{
border-color: #113B4A;
}
.TagClassName
{
border-color: #113B4A;
}
</style>