Shades of Myrtle #133B06
Tints of Myrtle #133B06
RGB
CMYK
RGB Variations
Color information
#133B06 (or 0x133B06) is known color: Myrtle. HEX triplet: 13, 3B and 06. RGB value is (19,59,6). Sum of RGB (Red+Green+Blue) = 19+59+6=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 59 (23.44% from 255 or 70.24% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 59 - color contains mainly: green. Hex color #133B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B06 is #ECC4F9. Grayscale: #292929. Windows color (decimal): -15516922 or 408339. OLE color: 408339.
HSL color Cylindrical-coordinate representation of color #133B06: hue angle of 105.28º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133B06 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 59 | 6 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.77 |
| HSL | 105.28º | 0.82% | 0.13% | - |
| HSV(B) | 105.28º | 0.9% | 0.23% | - |
| XYZ | 1.87 | 3.28 | 0.71 | - |
| YUV | 41 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 6 | 0.68 | 0 | 0.90 | 0.77 | 105.28 | 0.82 | 0.13 |
| Hex | 13 | 3B | 6 | 44 | 0 | 5A | 4D | 69 | 52 | D |
| Octal | 23 | 73 | 6 | 104 | 0 | 132 | 115 | 151 | 122 | 15 |
| Binary | 10011 | 111011 | 110 | 1000100 | 0 | 1011010 | 1001101 | 1101001 | 1010010 | 1101 |
Color Harmonies of #133B06
Complementary color
Monochromatic Colors of #133B06
Black with #133B06
Text Example
Text Example
White with #133B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B06; }
p { color: rgb(19,59,6); }
H1.HeaderClassName
{
color: #133B06;
}
.AnyTagClassName
{
color: #133B06;
}
</style>
background-color css
<style>
a { background-color: #133B06; }
a { background-color: rgb(19,59,6); }
div.DivClassName
{
background-color: #133B06;
}
.BgClassName
{
background-color: #133B06;
}
</style>
border-color css
<style>
span { border-color: #133B06; }
span { border-color: rgb(19,59,6); }
td.TdClassName
{
border-color: #133B06;
}
.TagClassName
{
border-color: #133B06;
}
</style>