Shades of Green Waterloo #111307
Tints of Green Waterloo #111307
RGB
CMYK
RGB Variations
Color information
#111307 (or 0x111307) is known color: Green Waterloo. HEX triplet: 11, 13 and 07. RGB value is (17,19,7). Sum of RGB (Red+Green+Blue) = 17+19+7=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #111307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111307 is #EEECF8. Grayscale: #111111. Windows color (decimal): -15658233 or 463633. OLE color: 463633.
HSL color Cylindrical-coordinate representation of color #111307: hue angle of 70º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #111307 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 19 | 7 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.93 |
| HSL | 70º | 0.46% | 0.05% | - |
| HSV(B) | 70º | 0.63% | 0.07% | - |
| XYZ | 0.5 | 0.6 | 0.29 | - |
| YUV | 17.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 7 | 0.11 | 0 | 0.63 | 0.93 | 70 | 0.46 | 0.05 |
| Hex | 11 | 13 | 7 | B | 0 | 3F | 5D | 46 | 2E | 5 |
| Octal | 21 | 23 | 7 | 13 | 0 | 77 | 135 | 106 | 56 | 5 |
| Binary | 10001 | 10011 | 111 | 1011 | 0 | 111111 | 1011101 | 1000110 | 101110 | 101 |
Color Harmonies of #111307
Complementary color
Monochromatic Colors of #111307
Black with #111307
Text Example
Text Example
White with #111307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111307; }
p { color: rgb(17,19,7); }
H1.HeaderClassName
{
color: #111307;
}
.AnyTagClassName
{
color: #111307;
}
</style>
background-color css
<style>
a { background-color: #111307; }
a { background-color: rgb(17,19,7); }
div.DivClassName
{
background-color: #111307;
}
.BgClassName
{
background-color: #111307;
}
</style>
border-color css
<style>
span { border-color: #111307; }
span { border-color: rgb(17,19,7); }
td.TdClassName
{
border-color: #111307;
}
.TagClassName
{
border-color: #111307;
}
</style>