Shades of Green Waterloo #131609
Tints of Green Waterloo #131609
RGB
CMYK
RGB Variations
Color information
#131609 (or 0x131609) is known color: Green Waterloo. HEX triplet: 13, 16 and 09. RGB value is (19,22,9). Sum of RGB (Red+Green+Blue) = 19+22+9=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 22 - color contains mainly: green. Hex color #131609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131609 is #ECE9F6. Grayscale: #131313. Windows color (decimal): -15526391 or 595475. OLE color: 595475.
HSL color Cylindrical-coordinate representation of color #131609: hue angle of 73.85º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #131609 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 22 | 9 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.91 |
| HSL | 73.85º | 0.42% | 0.06% | - |
| HSV(B) | 73.85º | 0.59% | 0.09% | - |
| XYZ | 0.6 | 0.73 | 0.37 | - |
| YUV | 19.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 9 | 0.14 | 0 | 0.59 | 0.91 | 73.85 | 0.42 | 0.06 |
| Hex | 13 | 16 | 9 | E | 0 | 3B | 5B | 4A | 2A | 6 |
| Octal | 23 | 26 | 11 | 16 | 0 | 73 | 133 | 112 | 52 | 6 |
| Binary | 10011 | 10110 | 1001 | 1110 | 0 | 111011 | 1011011 | 1001010 | 101010 | 110 |
Color Harmonies of #131609
Complementary color
Monochromatic Colors of #131609
Black with #131609
Text Example
Text Example
White with #131609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131609; }
p { color: rgb(19,22,9); }
H1.HeaderClassName
{
color: #131609;
}
.AnyTagClassName
{
color: #131609;
}
</style>
background-color css
<style>
a { background-color: #131609; }
a { background-color: rgb(19,22,9); }
div.DivClassName
{
background-color: #131609;
}
.BgClassName
{
background-color: #131609;
}
</style>
border-color css
<style>
span { border-color: #131609; }
span { border-color: rgb(19,22,9); }
td.TdClassName
{
border-color: #131609;
}
.TagClassName
{
border-color: #131609;
}
</style>