Shades of Green Vogue #113D4C
Tints of Green Vogue #113D4C
RGB
CMYK
RGB Variations
Color information
#113D4C (or 0x113D4C) is known color: Green Vogue. HEX triplet: 11, 3D and 4C. RGB value is (17,61,76). Sum of RGB (Red+Green+Blue) = 17+61+76=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #113D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D4C is #EEC2B3. Grayscale: #313131. Windows color (decimal): -15647412 or 4996369. OLE color: 4996369.
HSL color Cylindrical-coordinate representation of color #113D4C: hue angle of 195.25º 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 #113D4C is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 61 | 76 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.70 |
| HSL | 195.25º | 0.63% | 0.18% | - |
| HSV(B) | 195.25º | 0.78% | 0.3% | - |
| XYZ | 3.2 | 3.98 | 7.44 | - |
| YUV | 49.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 76 | 0.78 | 0.20 | 0 | 0.70 | 195.25 | 0.63 | 0.18 |
| Hex | 11 | 3D | 4C | 4E | 14 | 0 | 46 | C3 | 3F | 12 |
| Octal | 21 | 75 | 114 | 116 | 24 | 0 | 106 | 303 | 77 | 22 |
| Binary | 10001 | 111101 | 1001100 | 1001110 | 10100 | 0 | 1000110 | 11000011 | 111111 | 10010 |
Color Harmonies of #113D4C
Complementary color
Monochromatic Colors of #113D4C
Black with #113D4C
Text Example
Text Example
White with #113D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D4C; }
p { color: rgb(17,61,76); }
H1.HeaderClassName
{
color: #113D4C;
}
.AnyTagClassName
{
color: #113D4C;
}
</style>
background-color css
<style>
a { background-color: #113D4C; }
a { background-color: rgb(17,61,76); }
div.DivClassName
{
background-color: #113D4C;
}
.BgClassName
{
background-color: #113D4C;
}
</style>
border-color css
<style>
span { border-color: #113D4C; }
span { border-color: rgb(17,61,76); }
td.TdClassName
{
border-color: #113D4C;
}
.TagClassName
{
border-color: #113D4C;
}
</style>