Shades of Myrtle #133E05
Tints of Myrtle #133E05
RGB
CMYK
RGB Variations
Color information
#133E05 (or 0x133E05) is known color: Myrtle. HEX triplet: 13, 3E and 05. RGB value is (19,62,5). Sum of RGB (Red+Green+Blue) = 19+62+5=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 62 (24.61% from 255 or 72.09% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 62 - color contains mainly: green. Hex color #133E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E05 is #ECC1FA. Grayscale: #2A2A2A. Windows color (decimal): -15516155 or 343571. OLE color: 343571.
HSL color Cylindrical-coordinate representation of color #133E05: hue angle of 105.26º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133E05 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 62 | 5 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.76 |
| HSL | 105.26º | 0.85% | 0.13% | - |
| HSV(B) | 105.26º | 0.92% | 0.24% | - |
| XYZ | 2.02 | 3.59 | 0.73 | - |
| YUV | 42.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 5 | 0.69 | 0 | 0.92 | 0.76 | 105.26 | 0.85 | 0.13 |
| Hex | 13 | 3E | 5 | 45 | 0 | 5C | 4C | 69 | 55 | D |
| Octal | 23 | 76 | 5 | 105 | 0 | 134 | 114 | 151 | 125 | 15 |
| Binary | 10011 | 111110 | 101 | 1000101 | 0 | 1011100 | 1001100 | 1101001 | 1010101 | 1101 |
Color Harmonies of #133E05
Complementary color
Monochromatic Colors of #133E05
Black with #133E05
Text Example
Text Example
White with #133E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E05; }
p { color: rgb(19,62,5); }
H1.HeaderClassName
{
color: #133E05;
}
.AnyTagClassName
{
color: #133E05;
}
</style>
background-color css
<style>
a { background-color: #133E05; }
a { background-color: rgb(19,62,5); }
div.DivClassName
{
background-color: #133E05;
}
.BgClassName
{
background-color: #133E05;
}
</style>
border-color css
<style>
span { border-color: #133E05; }
span { border-color: rgb(19,62,5); }
td.TdClassName
{
border-color: #133E05;
}
.TagClassName
{
border-color: #133E05;
}
</style>