Shades of Myrtle #133505
Tints of Myrtle #133505
RGB
CMYK
RGB Variations
Color information
#133505 (or 0x133505) is known color: Myrtle. HEX triplet: 13, 35 and 05. RGB value is (19,53,5). Sum of RGB (Red+Green+Blue) = 19+53+5=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 53 (21.09% from 255 or 68.83% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 53 - color contains mainly: green. Hex color #133505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133505 is #ECCAFA. Grayscale: #252525. Windows color (decimal): -15518459 or 341267. OLE color: 341267.
HSL color Cylindrical-coordinate representation of color #133505: hue angle of 102.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133505 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 53 | 5 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.79 |
| HSL | 102.5º | 0.83% | 0.11% | - |
| HSV(B) | 102.5º | 0.91% | 0.21% | - |
| XYZ | 1.57 | 2.7 | 0.58 | - |
| YUV | 37.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 5 | 0.64 | 0 | 0.91 | 0.79 | 102.5 | 0.83 | 0.11 |
| Hex | 13 | 35 | 5 | 40 | 0 | 5B | 4F | 66 | 53 | B |
| Octal | 23 | 65 | 5 | 100 | 0 | 133 | 117 | 146 | 123 | 13 |
| Binary | 10011 | 110101 | 101 | 1000000 | 0 | 1011011 | 1001111 | 1100110 | 1010011 | 1011 |
Color Harmonies of #133505
Complementary color
Monochromatic Colors of #133505
Black with #133505
Text Example
Text Example
White with #133505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133505; }
p { color: rgb(19,53,5); }
H1.HeaderClassName
{
color: #133505;
}
.AnyTagClassName
{
color: #133505;
}
</style>
background-color css
<style>
a { background-color: #133505; }
a { background-color: rgb(19,53,5); }
div.DivClassName
{
background-color: #133505;
}
.BgClassName
{
background-color: #133505;
}
</style>
border-color css
<style>
span { border-color: #133505; }
span { border-color: rgb(19,53,5); }
td.TdClassName
{
border-color: #133505;
}
.TagClassName
{
border-color: #133505;
}
</style>