Shades of Green Waterloo #17190A
Tints of Green Waterloo #17190A
RGB
CMYK
RGB Variations
Color information
#17190A (or 0x17190A) is known color: Green Waterloo. HEX triplet: 17, 19 and 0A. RGB value is (23,25,10). Sum of RGB (Red+Green+Blue) = 23+25+10=58 (7% of max value = 765). Red value is 23 (9.38% from 255 or 39.66% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 25 - color contains mainly: green. Hex color #17190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17190A is #E8E6F5. Grayscale: #161616. Windows color (decimal): -15263478 or 661783. OLE color: 661783.
HSL color Cylindrical-coordinate representation of color #17190A: hue angle of 68º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #17190A is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 23 | 25 | 10 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.90 |
| HSL | 68º | 0.43% | 0.07% | - |
| HSV(B) | 68º | 0.6% | 0.1% | - |
| XYZ | 0.76 | 0.9 | 0.42 | - |
| YUV | 22.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 10 | 0.08 | 0 | 0.60 | 0.90 | 68 | 0.43 | 0.07 |
| Hex | 17 | 19 | A | 8 | 0 | 3C | 5A | 44 | 2B | 7 |
| Octal | 27 | 31 | 12 | 10 | 0 | 74 | 132 | 104 | 53 | 7 |
| Binary | 10111 | 11001 | 1010 | 1000 | 0 | 111100 | 1011010 | 1000100 | 101011 | 111 |
Color Harmonies of #17190A
Complementary color
Monochromatic Colors of #17190A
Black with #17190A
Text Example
Text Example
White with #17190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17190A; }
p { color: rgb(23,25,10); }
H1.HeaderClassName
{
color: #17190A;
}
.AnyTagClassName
{
color: #17190A;
}
</style>
background-color css
<style>
a { background-color: #17190A; }
a { background-color: rgb(23,25,10); }
div.DivClassName
{
background-color: #17190A;
}
.BgClassName
{
background-color: #17190A;
}
</style>
border-color css
<style>
span { border-color: #17190A; }
span { border-color: rgb(23,25,10); }
td.TdClassName
{
border-color: #17190A;
}
.TagClassName
{
border-color: #17190A;
}
</style>