Shades of Green Waterloo #131803
Tints of Green Waterloo #131803
RGB
CMYK
RGB Variations
Color information
#131803 (or 0x131803) is known color: Green Waterloo. HEX triplet: 13, 18 and 03. RGB value is (19,24,3). Sum of RGB (Red+Green+Blue) = 19+24+3=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 3 (1.56% from 255 or 6.52% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #131803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131803 is #ECE7FC. Grayscale: #141414. Windows color (decimal): -15525885 or 202771. OLE color: 202771.
HSL color Cylindrical-coordinate representation of color #131803: hue angle of 74.29º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131803 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 24 | 3 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.91 |
| HSL | 74.29º | 0.78% | 0.05% | - |
| HSV(B) | 74.29º | 0.88% | 0.09% | - |
| XYZ | 0.61 | 0.8 | 0.21 | - |
| YUV | 20.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 3 | 0.21 | 0 | 0.88 | 0.91 | 74.29 | 0.78 | 0.05 |
| Hex | 13 | 18 | 3 | 15 | 0 | 58 | 5B | 4A | 4E | 5 |
| Octal | 23 | 30 | 3 | 25 | 0 | 130 | 133 | 112 | 116 | 5 |
| Binary | 10011 | 11000 | 11 | 10101 | 0 | 1011000 | 1011011 | 1001010 | 1001110 | 101 |
Color Harmonies of #131803
Complementary color
Monochromatic Colors of #131803
Black with #131803
Text Example
Text Example
White with #131803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131803; }
p { color: rgb(19,24,3); }
H1.HeaderClassName
{
color: #131803;
}
.AnyTagClassName
{
color: #131803;
}
</style>
background-color css
<style>
a { background-color: #131803; }
a { background-color: rgb(19,24,3); }
div.DivClassName
{
background-color: #131803;
}
.BgClassName
{
background-color: #131803;
}
</style>
border-color css
<style>
span { border-color: #131803; }
span { border-color: rgb(19,24,3); }
td.TdClassName
{
border-color: #131803;
}
.TagClassName
{
border-color: #131803;
}
</style>