Shades of Green Waterloo #17190D
Tints of Green Waterloo #17190D
RGB
CMYK
RGB Variations
Color information
#17190D (or 0x17190D) is known color: Green Waterloo. HEX triplet: 17, 19 and 0D. RGB value is (23,25,13). Sum of RGB (Red+Green+Blue) = 23+25+13=61 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.70% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 25 - color contains mainly: green. Hex color #17190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17190D is #E8E6F2. Grayscale: #171717. Windows color (decimal): -15263475 or 858391. OLE color: 858391.
HSL color Cylindrical-coordinate representation of color #17190D: hue angle of 70º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #17190D is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 23 | 25 | 13 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.90 |
| HSL | 70º | 0.32% | 0.07% | - |
| HSV(B) | 70º | 0.48% | 0.1% | - |
| XYZ | 0.77 | 0.91 | 0.51 | - |
| YUV | 23.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 13 | 0.08 | 0 | 0.48 | 0.90 | 70 | 0.32 | 0.07 |
| Hex | 17 | 19 | D | 8 | 0 | 30 | 5A | 46 | 20 | 7 |
| Octal | 27 | 31 | 15 | 10 | 0 | 60 | 132 | 106 | 40 | 7 |
| Binary | 10111 | 11001 | 1101 | 1000 | 0 | 110000 | 1011010 | 1000110 | 100000 | 111 |
Color Harmonies of #17190D
Complementary color
Monochromatic Colors of #17190D
Black with #17190D
Text Example
Text Example
White with #17190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17190D; }
p { color: rgb(23,25,13); }
H1.HeaderClassName
{
color: #17190D;
}
.AnyTagClassName
{
color: #17190D;
}
</style>
background-color css
<style>
a { background-color: #17190D; }
a { background-color: rgb(23,25,13); }
div.DivClassName
{
background-color: #17190D;
}
.BgClassName
{
background-color: #17190D;
}
</style>
border-color css
<style>
span { border-color: #17190D; }
span { border-color: rgb(23,25,13); }
td.TdClassName
{
border-color: #17190D;
}
.TagClassName
{
border-color: #17190D;
}
</style>