Shades of Myrtle #135000
Tints of Myrtle #135000
RGB
CMYK
RGB Variations
Color information
#135000 (or 0x135000) is known color: Myrtle. HEX triplet: 13, 50 and 00. RGB value is (19,80,0). Sum of RGB (Red+Green+Blue) = 19+80+0=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 80 (31.64% from 255 or 80.81% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 80 - color contains mainly: green. Hex color #135000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135000 is #ECAFFF. Grayscale: #343434. Windows color (decimal): -15511552 or 20499. OLE color: 20499.
HSL color Cylindrical-coordinate representation of color #135000: hue angle of 105.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #135000 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.69 |
| HSL | 105.75º | 1% | 0.16% | - |
| HSV(B) | 105.75º | 1% | 0.31% | - |
| XYZ | 3.14 | 5.88 | 0.97 | - |
| YUV | 52.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 0 | 0.76 | 0 | 1 | 0.69 | 105.75 | 1 | 0.16 |
| Hex | 13 | 50 | 0 | 4C | 0 | 64 | 45 | 6A | 64 | 10 |
| Octal | 23 | 120 | 0 | 114 | 0 | 144 | 105 | 152 | 144 | 20 |
| Binary | 10011 | 1010000 | 0 | 1001100 | 0 | 1100100 | 1000101 | 1101010 | 1100100 | 10000 |
Color Harmonies of #135000
Complementary color
Monochromatic Colors of #135000
Black with #135000
Text Example
Text Example
White with #135000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135000; }
p { color: rgb(19,80,0); }
H1.HeaderClassName
{
color: #135000;
}
.AnyTagClassName
{
color: #135000;
}
</style>
background-color css
<style>
a { background-color: #135000; }
a { background-color: rgb(19,80,0); }
div.DivClassName
{
background-color: #135000;
}
.BgClassName
{
background-color: #135000;
}
</style>
border-color css
<style>
span { border-color: #135000; }
span { border-color: rgb(19,80,0); }
td.TdClassName
{
border-color: #135000;
}
.TagClassName
{
border-color: #135000;
}
</style>