Shades of Green Waterloo #101401
Tints of Green Waterloo #101401
RGB
CMYK
RGB Variations
Color information
#101401 (or 0x101401) is known color: Green Waterloo. HEX triplet: 10, 14 and 01. RGB value is (16,20,1). Sum of RGB (Red+Green+Blue) = 16+20+1=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #101401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101401 is #EFEBFE. Grayscale: #101010. Windows color (decimal): -15723519 or 70672. OLE color: 70672.
HSL color Cylindrical-coordinate representation of color #101401: hue angle of 72.63º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #101401 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 20 | 1 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.92 |
| HSL | 72.63º | 0.9% | 0.04% | - |
| HSV(B) | 72.63º | 0.95% | 0.08% | - |
| XYZ | 0.47 | 0.61 | 0.12 | - |
| YUV | 16.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 1 | 0.20 | 0 | 0.95 | 0.92 | 72.63 | 0.9 | 0.04 |
| Hex | 10 | 14 | 1 | 14 | 0 | 5F | 5C | 49 | 5A | 4 |
| Octal | 20 | 24 | 1 | 24 | 0 | 137 | 134 | 111 | 132 | 4 |
| Binary | 10000 | 10100 | 1 | 10100 | 0 | 1011111 | 1011100 | 1001001 | 1011010 | 100 |
Color Harmonies of #101401
Complementary color
Monochromatic Colors of #101401
Black with #101401
Text Example
Text Example
White with #101401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101401; }
p { color: rgb(16,20,1); }
H1.HeaderClassName
{
color: #101401;
}
.AnyTagClassName
{
color: #101401;
}
</style>
background-color css
<style>
a { background-color: #101401; }
a { background-color: rgb(16,20,1); }
div.DivClassName
{
background-color: #101401;
}
.BgClassName
{
background-color: #101401;
}
</style>
border-color css
<style>
span { border-color: #101401; }
span { border-color: rgb(16,20,1); }
td.TdClassName
{
border-color: #101401;
}
.TagClassName
{
border-color: #101401;
}
</style>