Shades of Green Waterloo #131705
Tints of Green Waterloo #131705
RGB
CMYK
RGB Variations
Color information
#131705 (or 0x131705) is known color: Green Waterloo. HEX triplet: 13, 17 and 05. RGB value is (19,23,5). Sum of RGB (Red+Green+Blue) = 19+23+5=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #131705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131705 is #ECE8FA. Grayscale: #131313. Windows color (decimal): -15526139 or 333587. OLE color: 333587.
HSL color Cylindrical-coordinate representation of color #131705: hue angle of 73.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131705 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 23 | 5 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.91 |
| HSL | 73.33º | 0.64% | 0.05% | - |
| HSV(B) | 73.33º | 0.78% | 0.09% | - |
| XYZ | 0.6 | 0.76 | 0.26 | - |
| YUV | 19.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 5 | 0.17 | 0 | 0.78 | 0.91 | 73.33 | 0.64 | 0.05 |
| Hex | 13 | 17 | 5 | 11 | 0 | 4E | 5B | 49 | 40 | 5 |
| Octal | 23 | 27 | 5 | 21 | 0 | 116 | 133 | 111 | 100 | 5 |
| Binary | 10011 | 10111 | 101 | 10001 | 0 | 1001110 | 1011011 | 1001001 | 1000000 | 101 |
Color Harmonies of #131705
Complementary color
Monochromatic Colors of #131705
Black with #131705
Text Example
Text Example
White with #131705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131705; }
p { color: rgb(19,23,5); }
H1.HeaderClassName
{
color: #131705;
}
.AnyTagClassName
{
color: #131705;
}
</style>
background-color css
<style>
a { background-color: #131705; }
a { background-color: rgb(19,23,5); }
div.DivClassName
{
background-color: #131705;
}
.BgClassName
{
background-color: #131705;
}
</style>
border-color css
<style>
span { border-color: #131705; }
span { border-color: rgb(19,23,5); }
td.TdClassName
{
border-color: #131705;
}
.TagClassName
{
border-color: #131705;
}
</style>