Shades of Myrtle #133907
Tints of Myrtle #133907
RGB
CMYK
RGB Variations
Color information
#133907 (or 0x133907) is known color: Myrtle. HEX triplet: 13, 39 and 07. RGB value is (19,57,7). Sum of RGB (Red+Green+Blue) = 19+57+7=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #133907 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133907 is #ECC6F8. Grayscale: #282828. Windows color (decimal): -15517433 or 473363. OLE color: 473363.
HSL color Cylindrical-coordinate representation of color #133907: hue angle of 105.6º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133907 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 7 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.78 |
| HSL | 105.6º | 0.78% | 0.13% | - |
| HSV(B) | 105.6º | 0.88% | 0.22% | - |
| XYZ | 1.77 | 3.08 | 0.7 | - |
| YUV | 39.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 7 | 0.67 | 0 | 0.88 | 0.78 | 105.6 | 0.78 | 0.13 |
| Hex | 13 | 39 | 7 | 43 | 0 | 58 | 4E | 6A | 4E | D |
| Octal | 23 | 71 | 7 | 103 | 0 | 130 | 116 | 152 | 116 | 15 |
| Binary | 10011 | 111001 | 111 | 1000011 | 0 | 1011000 | 1001110 | 1101010 | 1001110 | 1101 |
Color Harmonies of #133907
Complementary color
Monochromatic Colors of #133907
Black with #133907
Text Example
Text Example
White with #133907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133907; }
p { color: rgb(19,57,7); }
H1.HeaderClassName
{
color: #133907;
}
.AnyTagClassName
{
color: #133907;
}
</style>
background-color css
<style>
a { background-color: #133907; }
a { background-color: rgb(19,57,7); }
div.DivClassName
{
background-color: #133907;
}
.BgClassName
{
background-color: #133907;
}
</style>
border-color css
<style>
span { border-color: #133907; }
span { border-color: rgb(19,57,7); }
td.TdClassName
{
border-color: #133907;
}
.TagClassName
{
border-color: #133907;
}
</style>