Shades of Green Vogue #113E4D
Tints of Green Vogue #113E4D
RGB
CMYK
RGB Variations
Color information
#113E4D (or 0x113E4D) is known color: Green Vogue. HEX triplet: 11, 3E and 4D. RGB value is (17,62,77). Sum of RGB (Red+Green+Blue) = 17+62+77=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #113E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E4D is #EEC1B2. Grayscale: #323232. Windows color (decimal): -15647155 or 5062161. OLE color: 5062161.
HSL color Cylindrical-coordinate representation of color #113E4D: hue angle of 195º 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 #113E4D is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 62 | 77 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.70 |
| HSL | 195º | 0.64% | 0.18% | - |
| HSV(B) | 195º | 0.78% | 0.3% | - |
| XYZ | 3.29 | 4.1 | 7.64 | - |
| YUV | 50.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 77 | 0.78 | 0.19 | 0 | 0.70 | 195 | 0.64 | 0.18 |
| Hex | 11 | 3E | 4D | 4E | 13 | 0 | 46 | C3 | 40 | 12 |
| Octal | 21 | 76 | 115 | 116 | 23 | 0 | 106 | 303 | 100 | 22 |
| Binary | 10001 | 111110 | 1001101 | 1001110 | 10011 | 0 | 1000110 | 11000011 | 1000000 | 10010 |
Color Harmonies of #113E4D
Complementary color
Monochromatic Colors of #113E4D
Black with #113E4D
Text Example
Text Example
White with #113E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E4D; }
p { color: rgb(17,62,77); }
H1.HeaderClassName
{
color: #113E4D;
}
.AnyTagClassName
{
color: #113E4D;
}
</style>
background-color css
<style>
a { background-color: #113E4D; }
a { background-color: rgb(17,62,77); }
div.DivClassName
{
background-color: #113E4D;
}
.BgClassName
{
background-color: #113E4D;
}
</style>
border-color css
<style>
span { border-color: #113E4D; }
span { border-color: rgb(17,62,77); }
td.TdClassName
{
border-color: #113E4D;
}
.TagClassName
{
border-color: #113E4D;
}
</style>