Shades of Green Waterloo #101305
Tints of Green Waterloo #101305
RGB
CMYK
RGB Variations
Color information
#101305 (or 0x101305) is known color: Green Waterloo. HEX triplet: 10, 13 and 05. RGB value is (16,19,5). Sum of RGB (Red+Green+Blue) = 16+19+5=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #101305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101305 is #EFECFA. Grayscale: #101010. Windows color (decimal): -15723771 or 332560. OLE color: 332560.
HSL color Cylindrical-coordinate representation of color #101305: hue angle of 72.86º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #101305 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 19 | 5 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.93 |
| HSL | 72.86º | 0.58% | 0.05% | - |
| HSV(B) | 72.86º | 0.74% | 0.07% | - |
| XYZ | 0.47 | 0.59 | 0.23 | - |
| YUV | 16.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 5 | 0.16 | 0 | 0.74 | 0.93 | 72.86 | 0.58 | 0.05 |
| Hex | 10 | 13 | 5 | 10 | 0 | 4A | 5D | 49 | 3A | 5 |
| Octal | 20 | 23 | 5 | 20 | 0 | 112 | 135 | 111 | 72 | 5 |
| Binary | 10000 | 10011 | 101 | 10000 | 0 | 1001010 | 1011101 | 1001001 | 111010 | 101 |
Color Harmonies of #101305
Complementary color
Monochromatic Colors of #101305
Black with #101305
Text Example
Text Example
White with #101305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101305; }
p { color: rgb(16,19,5); }
H1.HeaderClassName
{
color: #101305;
}
.AnyTagClassName
{
color: #101305;
}
</style>
background-color css
<style>
a { background-color: #101305; }
a { background-color: rgb(16,19,5); }
div.DivClassName
{
background-color: #101305;
}
.BgClassName
{
background-color: #101305;
}
</style>
border-color css
<style>
span { border-color: #101305; }
span { border-color: rgb(16,19,5); }
td.TdClassName
{
border-color: #101305;
}
.TagClassName
{
border-color: #101305;
}
</style>