Shades of Green Waterloo #131504
Tints of Green Waterloo #131504
RGB
CMYK
RGB Variations
Color information
#131504 (or 0x131504) is known color: Green Waterloo. HEX triplet: 13, 15 and 04. RGB value is (19,21,4). Sum of RGB (Red+Green+Blue) = 19+21+4=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #131504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131504 is #ECEAFB. Grayscale: #121212. Windows color (decimal): -15526652 or 267539. OLE color: 267539.
HSL color Cylindrical-coordinate representation of color #131504: hue angle of 67.06º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131504 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 21 | 4 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.92 |
| HSL | 67.06º | 0.68% | 0.05% | - |
| HSV(B) | 67.06º | 0.81% | 0.08% | - |
| XYZ | 0.56 | 0.68 | 0.22 | - |
| YUV | 18.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 4 | 0.10 | 0 | 0.81 | 0.92 | 67.06 | 0.68 | 0.05 |
| Hex | 13 | 15 | 4 | A | 0 | 51 | 5C | 43 | 44 | 5 |
| Octal | 23 | 25 | 4 | 12 | 0 | 121 | 134 | 103 | 104 | 5 |
| Binary | 10011 | 10101 | 100 | 1010 | 0 | 1010001 | 1011100 | 1000011 | 1000100 | 101 |
Color Harmonies of #131504
Complementary color
Monochromatic Colors of #131504
Black with #131504
Text Example
Text Example
White with #131504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131504; }
p { color: rgb(19,21,4); }
H1.HeaderClassName
{
color: #131504;
}
.AnyTagClassName
{
color: #131504;
}
</style>
background-color css
<style>
a { background-color: #131504; }
a { background-color: rgb(19,21,4); }
div.DivClassName
{
background-color: #131504;
}
.BgClassName
{
background-color: #131504;
}
</style>
border-color css
<style>
span { border-color: #131504; }
span { border-color: rgb(19,21,4); }
td.TdClassName
{
border-color: #131504;
}
.TagClassName
{
border-color: #131504;
}
</style>