Shades of Myrtle #133905
Tints of Myrtle #133905
RGB
CMYK
RGB Variations
Color information
#133905 (or 0x133905) is known color: Myrtle. HEX triplet: 13, 39 and 05. RGB value is (19,57,5). Sum of RGB (Red+Green+Blue) = 19+57+5=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 57 (22.66% from 255 or 70.37% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 57 - color contains mainly: green. Hex color #133905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133905 is #ECC6FA. Grayscale: #272727. Windows color (decimal): -15517435 or 342291. OLE color: 342291.
HSL color Cylindrical-coordinate representation of color #133905: hue angle of 103.85º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133905 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 5 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.78 |
| HSL | 103.85º | 0.84% | 0.12% | - |
| HSV(B) | 103.85º | 0.91% | 0.22% | - |
| XYZ | 1.76 | 3.08 | 0.64 | - |
| YUV | 39.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 5 | 0.67 | 0 | 0.91 | 0.78 | 103.85 | 0.84 | 0.12 |
| Hex | 13 | 39 | 5 | 43 | 0 | 5B | 4E | 68 | 54 | C |
| Octal | 23 | 71 | 5 | 103 | 0 | 133 | 116 | 150 | 124 | 14 |
| Binary | 10011 | 111001 | 101 | 1000011 | 0 | 1011011 | 1001110 | 1101000 | 1010100 | 1100 |
Color Harmonies of #133905
Complementary color
Monochromatic Colors of #133905
Black with #133905
Text Example
Text Example
White with #133905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133905; }
p { color: rgb(19,57,5); }
H1.HeaderClassName
{
color: #133905;
}
.AnyTagClassName
{
color: #133905;
}
</style>
background-color css
<style>
a { background-color: #133905; }
a { background-color: rgb(19,57,5); }
div.DivClassName
{
background-color: #133905;
}
.BgClassName
{
background-color: #133905;
}
</style>
border-color css
<style>
span { border-color: #133905; }
span { border-color: rgb(19,57,5); }
td.TdClassName
{
border-color: #133905;
}
.TagClassName
{
border-color: #133905;
}
</style>