Shades of Green Vogue #113C4D
Tints of Green Vogue #113C4D
RGB
CMYK
RGB Variations
Color information
#113C4D (or 0x113C4D) is known color: Green Vogue. HEX triplet: 11, 3C and 4D. RGB value is (17,60,77). Sum of RGB (Red+Green+Blue) = 17+60+77=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #113C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C4D is #EEC3B2. Grayscale: #303030. Windows color (decimal): -15647667 or 5061649. OLE color: 5061649.
HSL color Cylindrical-coordinate representation of color #113C4D: hue angle of 197º 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 #113C4D is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 60 | 77 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.70 |
| HSL | 197º | 0.64% | 0.18% | - |
| HSV(B) | 197º | 0.78% | 0.3% | - |
| XYZ | 3.19 | 3.89 | 7.6 | - |
| YUV | 49.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 77 | 0.78 | 0.22 | 0 | 0.70 | 197 | 0.64 | 0.18 |
| Hex | 11 | 3C | 4D | 4E | 16 | 0 | 46 | C5 | 40 | 12 |
| Octal | 21 | 74 | 115 | 116 | 26 | 0 | 106 | 305 | 100 | 22 |
| Binary | 10001 | 111100 | 1001101 | 1001110 | 10110 | 0 | 1000110 | 11000101 | 1000000 | 10010 |
Color Harmonies of #113C4D
Complementary color
Monochromatic Colors of #113C4D
Black with #113C4D
Text Example
Text Example
White with #113C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C4D; }
p { color: rgb(17,60,77); }
H1.HeaderClassName
{
color: #113C4D;
}
.AnyTagClassName
{
color: #113C4D;
}
</style>
background-color css
<style>
a { background-color: #113C4D; }
a { background-color: rgb(17,60,77); }
div.DivClassName
{
background-color: #113C4D;
}
.BgClassName
{
background-color: #113C4D;
}
</style>
border-color css
<style>
span { border-color: #113C4D; }
span { border-color: rgb(17,60,77); }
td.TdClassName
{
border-color: #113C4D;
}
.TagClassName
{
border-color: #113C4D;
}
</style>