Shades of Green Waterloo #13150C
Tints of Green Waterloo #13150C
RGB
CMYK
RGB Variations
Color information
#13150C (or 0x13150C) is known color: Green Waterloo. HEX triplet: 13, 15 and 0C. RGB value is (19,21,12). Sum of RGB (Red+Green+Blue) = 19+21+12=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 21 - color contains mainly: green. Hex color #13150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13150C is #ECEAF3. Grayscale: #131313. Windows color (decimal): -15526644 or 791827. OLE color: 791827.
HSL color Cylindrical-coordinate representation of color #13150C: hue angle of 73.33º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #13150C is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 21 | 12 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.92 |
| HSL | 73.33º | 0.27% | 0.06% | - |
| HSV(B) | 73.33º | 0.43% | 0.08% | - |
| XYZ | 0.6 | 0.7 | 0.45 | - |
| YUV | 19.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 12 | 0.10 | 0 | 0.43 | 0.92 | 73.33 | 0.27 | 0.06 |
| Hex | 13 | 15 | C | A | 0 | 2B | 5C | 49 | 1B | 6 |
| Octal | 23 | 25 | 14 | 12 | 0 | 53 | 134 | 111 | 33 | 6 |
| Binary | 10011 | 10101 | 1100 | 1010 | 0 | 101011 | 1011100 | 1001001 | 11011 | 110 |
Color Harmonies of #13150C
Complementary color
Monochromatic Colors of #13150C
Black with #13150C
Text Example
Text Example
White with #13150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13150C; }
p { color: rgb(19,21,12); }
H1.HeaderClassName
{
color: #13150C;
}
.AnyTagClassName
{
color: #13150C;
}
</style>
background-color css
<style>
a { background-color: #13150C; }
a { background-color: rgb(19,21,12); }
div.DivClassName
{
background-color: #13150C;
}
.BgClassName
{
background-color: #13150C;
}
</style>
border-color css
<style>
span { border-color: #13150C; }
span { border-color: rgb(19,21,12); }
td.TdClassName
{
border-color: #13150C;
}
.TagClassName
{
border-color: #13150C;
}
</style>