Shades of Green Waterloo #101300
Tints of Green Waterloo #101300
RGB
CMYK
RGB Variations
Color information
#101300 (or 0x101300) is known color: Green Waterloo. HEX triplet: 10, 13 and 00. RGB value is (16,19,0). Sum of RGB (Red+Green+Blue) = 16+19+0=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #101300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101300 is #EFECFF. Grayscale: #101010. Windows color (decimal): -15723776 or 4880. OLE color: 4880.
HSL color Cylindrical-coordinate representation of color #101300: hue angle of 69.47º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #101300 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 19 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.93 |
| HSL | 69.47º | 1% | 0.04% | - |
| HSV(B) | 69.47º | 1% | 0.07% | - |
| XYZ | 0.45 | 0.58 | 0.09 | - |
| YUV | 15.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 0 | 0.16 | 0 | 1 | 0.93 | 69.47 | 1 | 0.04 |
| Hex | 10 | 13 | 0 | 10 | 0 | 64 | 5D | 45 | 64 | 4 |
| Octal | 20 | 23 | 0 | 20 | 0 | 144 | 135 | 105 | 144 | 4 |
| Binary | 10000 | 10011 | 0 | 10000 | 0 | 1100100 | 1011101 | 1000101 | 1100100 | 100 |
Color Harmonies of #101300
Complementary color
Monochromatic Colors of #101300
Black with #101300
Text Example
Text Example
White with #101300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101300; }
p { color: rgb(16,19,0); }
H1.HeaderClassName
{
color: #101300;
}
.AnyTagClassName
{
color: #101300;
}
</style>
background-color css
<style>
a { background-color: #101300; }
a { background-color: rgb(16,19,0); }
div.DivClassName
{
background-color: #101300;
}
.BgClassName
{
background-color: #101300;
}
</style>
border-color css
<style>
span { border-color: #101300; }
span { border-color: rgb(16,19,0); }
td.TdClassName
{
border-color: #101300;
}
.TagClassName
{
border-color: #101300;
}
</style>