Shades of Myrtle #133D0C
Tints of Myrtle #133D0C
RGB
CMYK
RGB Variations
Color information
#133D0C (or 0x133D0C) is known color: Myrtle. HEX triplet: 13, 3D and 0C. RGB value is (19,61,12). Sum of RGB (Red+Green+Blue) = 19+61+12=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 61 (24.22% from 255 or 66.30% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 61 - color contains mainly: green. Hex color #133D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133D0C is #ECC2F3. Grayscale: #2B2B2B. Windows color (decimal): -15516404 or 802067. OLE color: 802067.
HSL color Cylindrical-coordinate representation of color #133D0C: hue angle of 111.43º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133D0C is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 12 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.76 |
| HSL | 111.43º | 0.67% | 0.14% | - |
| HSV(B) | 111.43º | 0.8% | 0.24% | - |
| XYZ | 2 | 3.5 | 0.92 | - |
| YUV | 42.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 12 | 0.69 | 0 | 0.80 | 0.76 | 111.43 | 0.67 | 0.14 |
| Hex | 13 | 3D | C | 45 | 0 | 50 | 4C | 6F | 43 | E |
| Octal | 23 | 75 | 14 | 105 | 0 | 120 | 114 | 157 | 103 | 16 |
| Binary | 10011 | 111101 | 1100 | 1000101 | 0 | 1010000 | 1001100 | 1101111 | 1000011 | 1110 |
Color Harmonies of #133D0C
Complementary color
Monochromatic Colors of #133D0C
Black with #133D0C
Text Example
Text Example
White with #133D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D0C; }
p { color: rgb(19,61,12); }
H1.HeaderClassName
{
color: #133D0C;
}
.AnyTagClassName
{
color: #133D0C;
}
</style>
background-color css
<style>
a { background-color: #133D0C; }
a { background-color: rgb(19,61,12); }
div.DivClassName
{
background-color: #133D0C;
}
.BgClassName
{
background-color: #133D0C;
}
</style>
border-color css
<style>
span { border-color: #133D0C; }
span { border-color: rgb(19,61,12); }
td.TdClassName
{
border-color: #133D0C;
}
.TagClassName
{
border-color: #133D0C;
}
</style>