Shades of Myrtle #133310
Tints of Myrtle #133310
RGB
CMYK
RGB Variations
Color information
#133310 (or 0x133310) is known color: Myrtle. HEX triplet: 13, 33 and 10. RGB value is (19,51,16). Sum of RGB (Red+Green+Blue) = 19+51+16=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #133310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133310 is #ECCCEF. Grayscale: #252525. Windows color (decimal): -15518960 or 1061651. OLE color: 1061651.
HSL color Cylindrical-coordinate representation of color #133310: hue angle of 114.86º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133310 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 16 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.8 |
| HSL | 114.86º | 0.52% | 0.13% | - |
| HSV(B) | 114.86º | 0.69% | 0.2% | - |
| XYZ | 1.55 | 2.54 | 0.9 | - |
| YUV | 37.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 16 | 0.63 | 0 | 0.69 | 0.8 | 114.86 | 0.52 | 0.13 |
| Hex | 13 | 33 | 10 | 3F | 0 | 45 | 50 | 73 | 34 | D |
| Octal | 23 | 63 | 20 | 77 | 0 | 105 | 120 | 163 | 64 | 15 |
| Binary | 10011 | 110011 | 10000 | 111111 | 0 | 1000101 | 1010000 | 1110011 | 110100 | 1101 |
Color Harmonies of #133310
Complementary color
Monochromatic Colors of #133310
Black with #133310
Text Example
Text Example
White with #133310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133310; }
p { color: rgb(19,51,16); }
H1.HeaderClassName
{
color: #133310;
}
.AnyTagClassName
{
color: #133310;
}
</style>
background-color css
<style>
a { background-color: #133310; }
a { background-color: rgb(19,51,16); }
div.DivClassName
{
background-color: #133310;
}
.BgClassName
{
background-color: #133310;
}
</style>
border-color css
<style>
span { border-color: #133310; }
span { border-color: rgb(19,51,16); }
td.TdClassName
{
border-color: #133310;
}
.TagClassName
{
border-color: #133310;
}
</style>