Shades of Green Vogue #113D4B
Tints of Green Vogue #113D4B
RGB
CMYK
RGB Variations
Color information
#113D4B (or 0x113D4B) is known color: Green Vogue. HEX triplet: 11, 3D and 4B. RGB value is (17,61,75). Sum of RGB (Red+Green+Blue) = 17+61+75=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #113D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D4B is #EEC2B4. Grayscale: #313131. Windows color (decimal): -15647413 or 4930833. OLE color: 4930833.
HSL color Cylindrical-coordinate representation of color #113D4B: hue angle of 194.48º 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 #113D4B is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 61 | 75 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.71 |
| HSL | 194.48º | 0.63% | 0.18% | - |
| HSV(B) | 194.48º | 0.77% | 0.29% | - |
| XYZ | 3.17 | 3.96 | 7.25 | - |
| YUV | 49.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 75 | 0.77 | 0.19 | 0 | 0.71 | 194.48 | 0.63 | 0.18 |
| Hex | 11 | 3D | 4B | 4D | 13 | 0 | 47 | C2 | 3F | 12 |
| Octal | 21 | 75 | 113 | 115 | 23 | 0 | 107 | 302 | 77 | 22 |
| Binary | 10001 | 111101 | 1001011 | 1001101 | 10011 | 0 | 1000111 | 11000010 | 111111 | 10010 |
Color Harmonies of #113D4B
Complementary color
Monochromatic Colors of #113D4B
Black with #113D4B
Text Example
Text Example
White with #113D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D4B; }
p { color: rgb(17,61,75); }
H1.HeaderClassName
{
color: #113D4B;
}
.AnyTagClassName
{
color: #113D4B;
}
</style>
background-color css
<style>
a { background-color: #113D4B; }
a { background-color: rgb(17,61,75); }
div.DivClassName
{
background-color: #113D4B;
}
.BgClassName
{
background-color: #113D4B;
}
</style>
border-color css
<style>
span { border-color: #113D4B; }
span { border-color: rgb(17,61,75); }
td.TdClassName
{
border-color: #113D4B;
}
.TagClassName
{
border-color: #113D4B;
}
</style>