Shades of Myrtle #133810
Tints of Myrtle #133810
RGB
CMYK
RGB Variations
Color information
#133810 (or 0x133810) is known color: Myrtle. HEX triplet: 13, 38 and 10. RGB value is (19,56,16). Sum of RGB (Red+Green+Blue) = 19+56+16=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 56 (22.27% from 255 or 61.54% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 56 - color contains mainly: green. Hex color #133810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133810 is #ECC7EF. Grayscale: #282828. Windows color (decimal): -15517680 or 1062931. OLE color: 1062931.
HSL color Cylindrical-coordinate representation of color #133810: hue angle of 115.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133810 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 16 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.78 |
| HSL | 115.5º | 0.56% | 0.14% | - |
| HSV(B) | 115.5º | 0.71% | 0.22% | - |
| XYZ | 1.78 | 3 | 0.98 | - |
| YUV | 40.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 16 | 0.66 | 0 | 0.71 | 0.78 | 115.5 | 0.56 | 0.14 |
| Hex | 13 | 38 | 10 | 42 | 0 | 47 | 4E | 74 | 38 | E |
| Octal | 23 | 70 | 20 | 102 | 0 | 107 | 116 | 164 | 70 | 16 |
| Binary | 10011 | 111000 | 10000 | 1000010 | 0 | 1000111 | 1001110 | 1110100 | 111000 | 1110 |
Color Harmonies of #133810
Complementary color
Monochromatic Colors of #133810
Black with #133810
Text Example
Text Example
White with #133810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133810; }
p { color: rgb(19,56,16); }
H1.HeaderClassName
{
color: #133810;
}
.AnyTagClassName
{
color: #133810;
}
</style>
background-color css
<style>
a { background-color: #133810; }
a { background-color: rgb(19,56,16); }
div.DivClassName
{
background-color: #133810;
}
.BgClassName
{
background-color: #133810;
}
</style>
border-color css
<style>
span { border-color: #133810; }
span { border-color: rgb(19,56,16); }
td.TdClassName
{
border-color: #133810;
}
.TagClassName
{
border-color: #133810;
}
</style>