Shades of Myrtle #133900
Tints of Myrtle #133900
RGB
CMYK
RGB Variations
Color information
#133900 (or 0x133900) is known color: Myrtle. HEX triplet: 13, 39 and 00. RGB value is (19,57,0). Sum of RGB (Red+Green+Blue) = 19+57+0=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 57 (22.66% from 255 or 75% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 57 - color contains mainly: green. Hex color #133900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133900 is #ECC6FF. Grayscale: #272727. Windows color (decimal): -15517440 or 14611. OLE color: 14611.
HSL color Cylindrical-coordinate representation of color #133900: hue angle of 100º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #133900 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.78 |
| HSL | 100º | 1% | 0.11% | - |
| HSV(B) | 100º | 1% | 0.22% | - |
| XYZ | 1.73 | 3.06 | 0.5 | - |
| YUV | 39.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 0 | 0.67 | 0 | 1 | 0.78 | 100 | 1 | 0.11 |
| Hex | 13 | 39 | 0 | 43 | 0 | 64 | 4E | 64 | 64 | B |
| Octal | 23 | 71 | 0 | 103 | 0 | 144 | 116 | 144 | 144 | 13 |
| Binary | 10011 | 111001 | 0 | 1000011 | 0 | 1100100 | 1001110 | 1100100 | 1100100 | 1011 |
Color Harmonies of #133900
Complementary color
Monochromatic Colors of #133900
Black with #133900
Text Example
Text Example
White with #133900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133900; }
p { color: rgb(19,57,0); }
H1.HeaderClassName
{
color: #133900;
}
.AnyTagClassName
{
color: #133900;
}
</style>
background-color css
<style>
a { background-color: #133900; }
a { background-color: rgb(19,57,0); }
div.DivClassName
{
background-color: #133900;
}
.BgClassName
{
background-color: #133900;
}
</style>
border-color css
<style>
span { border-color: #133900; }
span { border-color: rgb(19,57,0); }
td.TdClassName
{
border-color: #133900;
}
.TagClassName
{
border-color: #133900;
}
</style>