Shades of Green Waterloo #101301
Tints of Green Waterloo #101301
RGB
CMYK
RGB Variations
Color information
#101301 (or 0x101301) is known color: Green Waterloo. HEX triplet: 10, 13 and 01. RGB value is (16,19,1). Sum of RGB (Red+Green+Blue) = 16+19+1=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #101301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101301 is #EFECFE. Grayscale: #101010. Windows color (decimal): -15723775 or 70416. OLE color: 70416.
HSL color Cylindrical-coordinate representation of color #101301: hue angle of 70º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #101301 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 19 | 1 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.93 |
| HSL | 70º | 0.9% | 0.04% | - |
| HSV(B) | 70º | 0.95% | 0.07% | - |
| XYZ | 0.45 | 0.58 | 0.12 | - |
| YUV | 16.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 1 | 0.16 | 0 | 0.95 | 0.93 | 70 | 0.9 | 0.04 |
| Hex | 10 | 13 | 1 | 10 | 0 | 5F | 5D | 46 | 5A | 4 |
| Octal | 20 | 23 | 1 | 20 | 0 | 137 | 135 | 106 | 132 | 4 |
| Binary | 10000 | 10011 | 1 | 10000 | 0 | 1011111 | 1011101 | 1000110 | 1011010 | 100 |
Color Harmonies of #101301
Complementary color
Monochromatic Colors of #101301
Black with #101301
Text Example
Text Example
White with #101301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101301; }
p { color: rgb(16,19,1); }
H1.HeaderClassName
{
color: #101301;
}
.AnyTagClassName
{
color: #101301;
}
</style>
background-color css
<style>
a { background-color: #101301; }
a { background-color: rgb(16,19,1); }
div.DivClassName
{
background-color: #101301;
}
.BgClassName
{
background-color: #101301;
}
</style>
border-color css
<style>
span { border-color: #101301; }
span { border-color: rgb(16,19,1); }
td.TdClassName
{
border-color: #101301;
}
.TagClassName
{
border-color: #101301;
}
</style>