Shades of Myrtle #135A04
Tints of Myrtle #135A04
RGB
CMYK
RGB Variations
Color information
#135A04 (or 0x135A04) is known color: Myrtle. HEX triplet: 13, 5A and 04. RGB value is (19,90,4). Sum of RGB (Red+Green+Blue) = 19+90+4=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #135A04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A04 is #ECA5FB. Grayscale: #3B3B3B. Windows color (decimal): -15508988 or 285203. OLE color: 285203.
HSL color Cylindrical-coordinate representation of color #135A04: hue angle of 109.53º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #135A04 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 4 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.65 |
| HSL | 109.53º | 0.91% | 0.18% | - |
| HSV(B) | 109.53º | 0.96% | 0.35% | - |
| XYZ | 3.95 | 7.46 | 1.35 | - |
| YUV | 58.97 | 96.98 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 4 | 0.79 | 0 | 0.96 | 0.65 | 109.53 | 0.91 | 0.18 |
| Hex | 13 | 5A | 4 | 4F | 0 | 60 | 41 | 6E | 5B | 12 |
| Octal | 23 | 132 | 4 | 117 | 0 | 140 | 101 | 156 | 133 | 22 |
| Binary | 10011 | 1011010 | 100 | 1001111 | 0 | 1100000 | 1000001 | 1101110 | 1011011 | 10010 |
Color Harmonies of #135A04
Complementary color
Monochromatic Colors of #135A04
Black with #135A04
Text Example
Text Example
White with #135A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A04; }
p { color: rgb(19,90,4); }
H1.HeaderClassName
{
color: #135A04;
}
.AnyTagClassName
{
color: #135A04;
}
</style>
background-color css
<style>
a { background-color: #135A04; }
a { background-color: rgb(19,90,4); }
div.DivClassName
{
background-color: #135A04;
}
.BgClassName
{
background-color: #135A04;
}
</style>
border-color css
<style>
span { border-color: #135A04; }
span { border-color: rgb(19,90,4); }
td.TdClassName
{
border-color: #135A04;
}
.TagClassName
{
border-color: #135A04;
}
</style>