Shades of Myrtle #133608
Tints of Myrtle #133608
RGB
CMYK
RGB Variations
Color information
#133608 (or 0x133608) is known color: Myrtle. HEX triplet: 13, 36 and 08. RGB value is (19,54,8). Sum of RGB (Red+Green+Blue) = 19+54+8=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 54 (21.48% from 255 or 66.67% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 54 - color contains mainly: green. Hex color #133608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133608 is #ECC9F7. Grayscale: #262626. Windows color (decimal): -15518200 or 538131. OLE color: 538131.
HSL color Cylindrical-coordinate representation of color #133608: hue angle of 105.65º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133608 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 54 | 8 | - |
| CMYK | 0.65 | 0 | 0.85 | 0.79 |
| HSL | 105.65º | 0.74% | 0.12% | - |
| HSV(B) | 105.65º | 0.85% | 0.21% | - |
| XYZ | 1.63 | 2.79 | 0.68 | - |
| YUV | 38.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 8 | 0.65 | 0 | 0.85 | 0.79 | 105.65 | 0.74 | 0.12 |
| Hex | 13 | 36 | 8 | 41 | 0 | 55 | 4F | 6A | 4A | C |
| Octal | 23 | 66 | 10 | 101 | 0 | 125 | 117 | 152 | 112 | 14 |
| Binary | 10011 | 110110 | 1000 | 1000001 | 0 | 1010101 | 1001111 | 1101010 | 1001010 | 1100 |
Color Harmonies of #133608
Complementary color
Monochromatic Colors of #133608
Black with #133608
Text Example
Text Example
White with #133608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133608; }
p { color: rgb(19,54,8); }
H1.HeaderClassName
{
color: #133608;
}
.AnyTagClassName
{
color: #133608;
}
</style>
background-color css
<style>
a { background-color: #133608; }
a { background-color: rgb(19,54,8); }
div.DivClassName
{
background-color: #133608;
}
.BgClassName
{
background-color: #133608;
}
</style>
border-color css
<style>
span { border-color: #133608; }
span { border-color: rgb(19,54,8); }
td.TdClassName
{
border-color: #133608;
}
.TagClassName
{
border-color: #133608;
}
</style>