Shades of Green Waterloo #11130A
Tints of Green Waterloo #11130A
RGB
CMYK
RGB Variations
Color information
#11130A (or 0x11130A) is known color: Green Waterloo. HEX triplet: 11, 13 and 0A. RGB value is (17,19,10). Sum of RGB (Red+Green+Blue) = 17+19+10=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 19 - color contains mainly: green. Hex color #11130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11130A is #EEECF5. Grayscale: #111111. Windows color (decimal): -15658230 or 660241. OLE color: 660241.
HSL color Cylindrical-coordinate representation of color #11130A: hue angle of 73.33º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #11130A is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 19 | 10 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.93 |
| HSL | 73.33º | 0.31% | 0.06% | - |
| HSV(B) | 73.33º | 0.47% | 0.07% | - |
| XYZ | 0.52 | 0.61 | 0.38 | - |
| YUV | 17.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 10 | 0.11 | 0 | 0.47 | 0.93 | 73.33 | 0.31 | 0.06 |
| Hex | 11 | 13 | A | B | 0 | 2F | 5D | 49 | 1F | 6 |
| Octal | 21 | 23 | 12 | 13 | 0 | 57 | 135 | 111 | 37 | 6 |
| Binary | 10001 | 10011 | 1010 | 1011 | 0 | 101111 | 1011101 | 1001001 | 11111 | 110 |
Color Harmonies of #11130A
Complementary color
Monochromatic Colors of #11130A
Black with #11130A
Text Example
Text Example
White with #11130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11130A; }
p { color: rgb(17,19,10); }
H1.HeaderClassName
{
color: #11130A;
}
.AnyTagClassName
{
color: #11130A;
}
</style>
background-color css
<style>
a { background-color: #11130A; }
a { background-color: rgb(17,19,10); }
div.DivClassName
{
background-color: #11130A;
}
.BgClassName
{
background-color: #11130A;
}
</style>
border-color css
<style>
span { border-color: #11130A; }
span { border-color: rgb(17,19,10); }
td.TdClassName
{
border-color: #11130A;
}
.TagClassName
{
border-color: #11130A;
}
</style>