Shades of Myrtle #133308
Tints of Myrtle #133308
RGB
CMYK
RGB Variations
Color information
#133308 (or 0x133308) is known color: Myrtle. HEX triplet: 13, 33 and 08. RGB value is (19,51,8). Sum of RGB (Red+Green+Blue) = 19+51+8=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #133308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133308 is #ECCCF7. Grayscale: #242424. Windows color (decimal): -15518968 or 537363. OLE color: 537363.
HSL color Cylindrical-coordinate representation of color #133308: hue angle of 104.65º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133308 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 8 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.8 |
| HSL | 104.65º | 0.73% | 0.12% | - |
| HSV(B) | 104.65º | 0.84% | 0.2% | - |
| XYZ | 1.5 | 2.52 | 0.64 | - |
| YUV | 36.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 8 | 0.63 | 0 | 0.84 | 0.8 | 104.65 | 0.73 | 0.12 |
| Hex | 13 | 33 | 8 | 3F | 0 | 54 | 50 | 69 | 49 | C |
| Octal | 23 | 63 | 10 | 77 | 0 | 124 | 120 | 151 | 111 | 14 |
| Binary | 10011 | 110011 | 1000 | 111111 | 0 | 1010100 | 1010000 | 1101001 | 1001001 | 1100 |
Color Harmonies of #133308
Complementary color
Monochromatic Colors of #133308
Black with #133308
Text Example
Text Example
White with #133308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133308; }
p { color: rgb(19,51,8); }
H1.HeaderClassName
{
color: #133308;
}
.AnyTagClassName
{
color: #133308;
}
</style>
background-color css
<style>
a { background-color: #133308; }
a { background-color: rgb(19,51,8); }
div.DivClassName
{
background-color: #133308;
}
.BgClassName
{
background-color: #133308;
}
</style>
border-color css
<style>
span { border-color: #133308; }
span { border-color: rgb(19,51,8); }
td.TdClassName
{
border-color: #133308;
}
.TagClassName
{
border-color: #133308;
}
</style>