Shades of Green Vogue #113C4C
Tints of Green Vogue #113C4C
RGB
CMYK
RGB Variations
Color information
#113C4C (or 0x113C4C) is known color: Green Vogue. HEX triplet: 11, 3C and 4C. RGB value is (17,60,76). Sum of RGB (Red+Green+Blue) = 17+60+76=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #113C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C4C is #EEC3B3. Grayscale: #303030. Windows color (decimal): -15647668 or 4996113. OLE color: 4996113.
HSL color Cylindrical-coordinate representation of color #113C4C: hue angle of 196.27º degrees, saturation: 0.63, 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 #113C4C is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 60 | 76 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.70 |
| HSL | 196.27º | 0.63% | 0.18% | - |
| HSV(B) | 196.27º | 0.78% | 0.3% | - |
| XYZ | 3.15 | 3.87 | 7.42 | - |
| YUV | 48.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 76 | 0.78 | 0.21 | 0 | 0.70 | 196.27 | 0.63 | 0.18 |
| Hex | 11 | 3C | 4C | 4E | 15 | 0 | 46 | C4 | 3F | 12 |
| Octal | 21 | 74 | 114 | 116 | 25 | 0 | 106 | 304 | 77 | 22 |
| Binary | 10001 | 111100 | 1001100 | 1001110 | 10101 | 0 | 1000110 | 11000100 | 111111 | 10010 |
Color Harmonies of #113C4C
Complementary color
Monochromatic Colors of #113C4C
Black with #113C4C
Text Example
Text Example
White with #113C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C4C; }
p { color: rgb(17,60,76); }
H1.HeaderClassName
{
color: #113C4C;
}
.AnyTagClassName
{
color: #113C4C;
}
</style>
background-color css
<style>
a { background-color: #113C4C; }
a { background-color: rgb(17,60,76); }
div.DivClassName
{
background-color: #113C4C;
}
.BgClassName
{
background-color: #113C4C;
}
</style>
border-color css
<style>
span { border-color: #113C4C; }
span { border-color: rgb(17,60,76); }
td.TdClassName
{
border-color: #113C4C;
}
.TagClassName
{
border-color: #113C4C;
}
</style>