Shades of Green Waterloo #191A13
Tints of Green Waterloo #191A13
RGB
CMYK
RGB Variations
Color information
#191A13 (or 0x191A13) is known color: Green Waterloo. HEX triplet: 19, 1A and 13. RGB value is (25,26,19). Sum of RGB (Red+Green+Blue) = 25+26+19=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 26 - color contains mainly: green. Hex color #191A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191A13 is #E6E5EC. Grayscale: #181818. Windows color (decimal): -15132141 or 1251865. OLE color: 1251865.
HSL color Cylindrical-coordinate representation of color #191A13: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #191A13 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 26 | 19 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.90 |
| HSL | 68.57º | 0.16% | 0.09% | - |
| HSV(B) | 68.57º | 0.27% | 0.1% | - |
| XYZ | 0.89 | 0.99 | 0.76 | - |
| YUV | 24.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 19 | 0.04 | 0 | 0.27 | 0.90 | 68.57 | 0.16 | 0.09 |
| Hex | 19 | 1A | 13 | 4 | 0 | 1B | 5A | 45 | 10 | 9 |
| Octal | 31 | 32 | 23 | 4 | 0 | 33 | 132 | 105 | 20 | 11 |
| Binary | 11001 | 11010 | 10011 | 100 | 0 | 11011 | 1011010 | 1000101 | 10000 | 1001 |
Color Harmonies of #191A13
Complementary color
Monochromatic Colors of #191A13
Black with #191A13
Text Example
Text Example
White with #191A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A13; }
p { color: rgb(25,26,19); }
H1.HeaderClassName
{
color: #191A13;
}
.AnyTagClassName
{
color: #191A13;
}
</style>
background-color css
<style>
a { background-color: #191A13; }
a { background-color: rgb(25,26,19); }
div.DivClassName
{
background-color: #191A13;
}
.BgClassName
{
background-color: #191A13;
}
</style>
border-color css
<style>
span { border-color: #191A13; }
span { border-color: rgb(25,26,19); }
td.TdClassName
{
border-color: #191A13;
}
.TagClassName
{
border-color: #191A13;
}
</style>