Shades of Myrtle #133405
Tints of Myrtle #133405
RGB
CMYK
RGB Variations
Color information
#133405 (or 0x133405) is known color: Myrtle. HEX triplet: 13, 34 and 05. RGB value is (19,52,5). Sum of RGB (Red+Green+Blue) = 19+52+5=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 52 (20.70% from 255 or 68.42% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 52 - color contains mainly: green. Hex color #133405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133405 is #ECCBFA. Grayscale: #242424. Windows color (decimal): -15518715 or 341011. OLE color: 341011.
HSL color Cylindrical-coordinate representation of color #133405: hue angle of 102.13º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133405 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 52 | 5 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.80 |
| HSL | 102.13º | 0.82% | 0.11% | - |
| HSV(B) | 102.13º | 0.9% | 0.2% | - |
| XYZ | 1.52 | 2.61 | 0.57 | - |
| YUV | 36.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 5 | 0.63 | 0 | 0.90 | 0.80 | 102.13 | 0.82 | 0.11 |
| Hex | 13 | 34 | 5 | 3F | 0 | 5A | 50 | 66 | 52 | B |
| Octal | 23 | 64 | 5 | 77 | 0 | 132 | 120 | 146 | 122 | 13 |
| Binary | 10011 | 110100 | 101 | 111111 | 0 | 1011010 | 1010000 | 1100110 | 1010010 | 1011 |
Color Harmonies of #133405
Complementary color
Monochromatic Colors of #133405
Black with #133405
Text Example
Text Example
White with #133405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133405; }
p { color: rgb(19,52,5); }
H1.HeaderClassName
{
color: #133405;
}
.AnyTagClassName
{
color: #133405;
}
</style>
background-color css
<style>
a { background-color: #133405; }
a { background-color: rgb(19,52,5); }
div.DivClassName
{
background-color: #133405;
}
.BgClassName
{
background-color: #133405;
}
</style>
border-color css
<style>
span { border-color: #133405; }
span { border-color: rgb(19,52,5); }
td.TdClassName
{
border-color: #133405;
}
.TagClassName
{
border-color: #133405;
}
</style>