Shades of Green Waterloo #131507
Tints of Green Waterloo #131507
RGB
CMYK
RGB Variations
Color information
#131507 (or 0x131507) is known color: Green Waterloo. HEX triplet: 13, 15 and 07. RGB value is (19,21,7). Sum of RGB (Red+Green+Blue) = 19+21+7=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #131507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131507 is #ECEAF8. Grayscale: #121212. Windows color (decimal): -15526649 or 464147. OLE color: 464147.
HSL color Cylindrical-coordinate representation of color #131507: hue angle of 68.57º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131507 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 21 | 7 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.92 |
| HSL | 68.57º | 0.5% | 0.05% | - |
| HSV(B) | 68.57º | 0.67% | 0.08% | - |
| XYZ | 0.58 | 0.69 | 0.3 | - |
| YUV | 18.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 7 | 0.10 | 0 | 0.67 | 0.92 | 68.57 | 0.5 | 0.05 |
| Hex | 13 | 15 | 7 | A | 0 | 43 | 5C | 45 | 32 | 5 |
| Octal | 23 | 25 | 7 | 12 | 0 | 103 | 134 | 105 | 62 | 5 |
| Binary | 10011 | 10101 | 111 | 1010 | 0 | 1000011 | 1011100 | 1000101 | 110010 | 101 |
Color Harmonies of #131507
Complementary color
Monochromatic Colors of #131507
Black with #131507
Text Example
Text Example
White with #131507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131507; }
p { color: rgb(19,21,7); }
H1.HeaderClassName
{
color: #131507;
}
.AnyTagClassName
{
color: #131507;
}
</style>
background-color css
<style>
a { background-color: #131507; }
a { background-color: rgb(19,21,7); }
div.DivClassName
{
background-color: #131507;
}
.BgClassName
{
background-color: #131507;
}
</style>
border-color css
<style>
span { border-color: #131507; }
span { border-color: rgb(19,21,7); }
td.TdClassName
{
border-color: #131507;
}
.TagClassName
{
border-color: #131507;
}
</style>