Shades of Myrtle #133807
Tints of Myrtle #133807
RGB
CMYK
RGB Variations
Color information
#133807 (or 0x133807) is known color: Myrtle. HEX triplet: 13, 38 and 07. RGB value is (19,56,7). Sum of RGB (Red+Green+Blue) = 19+56+7=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 56 (22.27% from 255 or 68.29% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 56 - color contains mainly: green. Hex color #133807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133807 is #ECC7F8. Grayscale: #272727. Windows color (decimal): -15517689 or 473107. OLE color: 473107.
HSL color Cylindrical-coordinate representation of color #133807: hue angle of 105.31º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133807 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 7 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.78 |
| HSL | 105.31º | 0.78% | 0.12% | - |
| HSV(B) | 105.31º | 0.88% | 0.22% | - |
| XYZ | 1.72 | 2.98 | 0.69 | - |
| YUV | 39.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 7 | 0.66 | 0 | 0.88 | 0.78 | 105.31 | 0.78 | 0.12 |
| Hex | 13 | 38 | 7 | 42 | 0 | 58 | 4E | 69 | 4E | C |
| Octal | 23 | 70 | 7 | 102 | 0 | 130 | 116 | 151 | 116 | 14 |
| Binary | 10011 | 111000 | 111 | 1000010 | 0 | 1011000 | 1001110 | 1101001 | 1001110 | 1100 |
Color Harmonies of #133807
Complementary color
Monochromatic Colors of #133807
Black with #133807
Text Example
Text Example
White with #133807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133807; }
p { color: rgb(19,56,7); }
H1.HeaderClassName
{
color: #133807;
}
.AnyTagClassName
{
color: #133807;
}
</style>
background-color css
<style>
a { background-color: #133807; }
a { background-color: rgb(19,56,7); }
div.DivClassName
{
background-color: #133807;
}
.BgClassName
{
background-color: #133807;
}
</style>
border-color css
<style>
span { border-color: #133807; }
span { border-color: rgb(19,56,7); }
td.TdClassName
{
border-color: #133807;
}
.TagClassName
{
border-color: #133807;
}
</style>