Shades of Green Waterloo #13150A
Tints of Green Waterloo #13150A
RGB
CMYK
RGB Variations
Color information
#13150A (or 0x13150A) is known color: Green Waterloo. HEX triplet: 13, 15 and 0A. RGB value is (19,21,10). Sum of RGB (Red+Green+Blue) = 19+21+10=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #13150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13150A is #ECEAF5. Grayscale: #131313. Windows color (decimal): -15526646 or 660755. OLE color: 660755.
HSL color Cylindrical-coordinate representation of color #13150A: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #13150A is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 21 | 10 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.92 |
| HSL | 70.91º | 0.35% | 0.06% | - |
| HSV(B) | 70.91º | 0.52% | 0.08% | - |
| XYZ | 0.59 | 0.7 | 0.39 | - |
| YUV | 19.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 10 | 0.10 | 0 | 0.52 | 0.92 | 70.91 | 0.35 | 0.06 |
| Hex | 13 | 15 | A | A | 0 | 34 | 5C | 47 | 23 | 6 |
| Octal | 23 | 25 | 12 | 12 | 0 | 64 | 134 | 107 | 43 | 6 |
| Binary | 10011 | 10101 | 1010 | 1010 | 0 | 110100 | 1011100 | 1000111 | 100011 | 110 |
Color Harmonies of #13150A
Complementary color
Monochromatic Colors of #13150A
Black with #13150A
Text Example
Text Example
White with #13150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13150A; }
p { color: rgb(19,21,10); }
H1.HeaderClassName
{
color: #13150A;
}
.AnyTagClassName
{
color: #13150A;
}
</style>
background-color css
<style>
a { background-color: #13150A; }
a { background-color: rgb(19,21,10); }
div.DivClassName
{
background-color: #13150A;
}
.BgClassName
{
background-color: #13150A;
}
</style>
border-color css
<style>
span { border-color: #13150A; }
span { border-color: rgb(19,21,10); }
td.TdClassName
{
border-color: #13150A;
}
.TagClassName
{
border-color: #13150A;
}
</style>