Shades of Myrtle #133108
Tints of Myrtle #133108
RGB
CMYK
RGB Variations
Color information
#133108 (or 0x133108) is known color: Myrtle. HEX triplet: 13, 31 and 08. RGB value is (19,49,8). Sum of RGB (Red+Green+Blue) = 19+49+8=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #133108 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133108 is #ECCEF7. Grayscale: #232323. Windows color (decimal): -15519480 or 536851. OLE color: 536851.
HSL color Cylindrical-coordinate representation of color #133108: hue angle of 103.9º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133108 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 8 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.81 |
| HSL | 103.9º | 0.72% | 0.11% | - |
| HSV(B) | 103.9º | 0.84% | 0.19% | - |
| XYZ | 1.41 | 2.35 | 0.61 | - |
| YUV | 35.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 8 | 0.61 | 0 | 0.84 | 0.81 | 103.9 | 0.72 | 0.11 |
| Hex | 13 | 31 | 8 | 3D | 0 | 54 | 51 | 68 | 48 | B |
| Octal | 23 | 61 | 10 | 75 | 0 | 124 | 121 | 150 | 110 | 13 |
| Binary | 10011 | 110001 | 1000 | 111101 | 0 | 1010100 | 1010001 | 1101000 | 1001000 | 1011 |
Color Harmonies of #133108
Complementary color
Monochromatic Colors of #133108
Black with #133108
Text Example
Text Example
White with #133108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133108; }
p { color: rgb(19,49,8); }
H1.HeaderClassName
{
color: #133108;
}
.AnyTagClassName
{
color: #133108;
}
</style>
background-color css
<style>
a { background-color: #133108; }
a { background-color: rgb(19,49,8); }
div.DivClassName
{
background-color: #133108;
}
.BgClassName
{
background-color: #133108;
}
</style>
border-color css
<style>
span { border-color: #133108; }
span { border-color: rgb(19,49,8); }
td.TdClassName
{
border-color: #133108;
}
.TagClassName
{
border-color: #133108;
}
</style>