Shades of Myrtle #133D07
Tints of Myrtle #133D07
RGB
CMYK
RGB Variations
Color information
#133D07 (or 0x133D07) is known color: Myrtle. HEX triplet: 13, 3D and 07. RGB value is (19,61,7). Sum of RGB (Red+Green+Blue) = 19+61+7=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 61 (24.22% from 255 or 70.11% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 61 - color contains mainly: green. Hex color #133D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133D07 is #ECC2F8. Grayscale: #2A2A2A. Windows color (decimal): -15516409 or 474387. OLE color: 474387.
HSL color Cylindrical-coordinate representation of color #133D07: hue angle of 106.67º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133D07 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 7 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.76 |
| HSL | 106.67º | 0.79% | 0.13% | - |
| HSV(B) | 106.67º | 0.89% | 0.24% | - |
| XYZ | 1.98 | 3.49 | 0.77 | - |
| YUV | 42.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 7 | 0.69 | 0 | 0.89 | 0.76 | 106.67 | 0.79 | 0.13 |
| Hex | 13 | 3D | 7 | 45 | 0 | 59 | 4C | 6B | 4F | D |
| Octal | 23 | 75 | 7 | 105 | 0 | 131 | 114 | 153 | 117 | 15 |
| Binary | 10011 | 111101 | 111 | 1000101 | 0 | 1011001 | 1001100 | 1101011 | 1001111 | 1101 |
Color Harmonies of #133D07
Complementary color
Monochromatic Colors of #133D07
Black with #133D07
Text Example
Text Example
White with #133D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D07; }
p { color: rgb(19,61,7); }
H1.HeaderClassName
{
color: #133D07;
}
.AnyTagClassName
{
color: #133D07;
}
</style>
background-color css
<style>
a { background-color: #133D07; }
a { background-color: rgb(19,61,7); }
div.DivClassName
{
background-color: #133D07;
}
.BgClassName
{
background-color: #133D07;
}
</style>
border-color css
<style>
span { border-color: #133D07; }
span { border-color: rgb(19,61,7); }
td.TdClassName
{
border-color: #133D07;
}
.TagClassName
{
border-color: #133D07;
}
</style>