Shades of Myrtle #133B09
Tints of Myrtle #133B09
RGB
CMYK
RGB Variations
Color information
#133B09 (or 0x133B09) is known color: Myrtle. HEX triplet: 13, 3B and 09. RGB value is (19,59,9). Sum of RGB (Red+Green+Blue) = 19+59+9=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 59 (23.44% from 255 or 67.82% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 59 - color contains mainly: green. Hex color #133B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B09 is #ECC4F6. Grayscale: #292929. Windows color (decimal): -15516919 or 604947. OLE color: 604947.
HSL color Cylindrical-coordinate representation of color #133B09: hue angle of 108º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133B09 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 59 | 9 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.77 |
| HSL | 108º | 0.74% | 0.13% | - |
| HSV(B) | 108º | 0.85% | 0.23% | - |
| XYZ | 1.88 | 3.29 | 0.79 | - |
| YUV | 41.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 9 | 0.68 | 0 | 0.85 | 0.77 | 108 | 0.74 | 0.13 |
| Hex | 13 | 3B | 9 | 44 | 0 | 55 | 4D | 6C | 4A | D |
| Octal | 23 | 73 | 11 | 104 | 0 | 125 | 115 | 154 | 112 | 15 |
| Binary | 10011 | 111011 | 1001 | 1000100 | 0 | 1010101 | 1001101 | 1101100 | 1001010 | 1101 |
Color Harmonies of #133B09
Complementary color
Monochromatic Colors of #133B09
Black with #133B09
Text Example
Text Example
White with #133B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B09; }
p { color: rgb(19,59,9); }
H1.HeaderClassName
{
color: #133B09;
}
.AnyTagClassName
{
color: #133B09;
}
</style>
background-color css
<style>
a { background-color: #133B09; }
a { background-color: rgb(19,59,9); }
div.DivClassName
{
background-color: #133B09;
}
.BgClassName
{
background-color: #133B09;
}
</style>
border-color css
<style>
span { border-color: #133B09; }
span { border-color: rgb(19,59,9); }
td.TdClassName
{
border-color: #133B09;
}
.TagClassName
{
border-color: #133B09;
}
</style>