Shades of Myrtle #135D05
Tints of Myrtle #135D05
RGB
CMYK
RGB Variations
Color information
#135D05 (or 0x135D05) is known color: Myrtle. HEX triplet: 13, 5D and 05. RGB value is (19,93,5). Sum of RGB (Red+Green+Blue) = 19+93+5=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 93 (36.72% from 255 or 79.49% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 93 - color contains mainly: green. Hex color #135D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135D05 is #ECA2FA. Grayscale: #3D3D3D. Windows color (decimal): -15508219 or 351507. OLE color: 351507.
HSL color Cylindrical-coordinate representation of color #135D05: hue angle of 110.45º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #135D05 is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 5 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.64 |
| HSL | 110.45º | 0.9% | 0.19% | - |
| HSV(B) | 110.45º | 0.95% | 0.36% | - |
| XYZ | 4.21 | 7.98 | 1.46 | - |
| YUV | 60.84 | 96.48 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 5 | 0.80 | 0 | 0.95 | 0.64 | 110.45 | 0.9 | 0.19 |
| Hex | 13 | 5D | 5 | 50 | 0 | 5F | 40 | 6E | 5A | 13 |
| Octal | 23 | 135 | 5 | 120 | 0 | 137 | 100 | 156 | 132 | 23 |
| Binary | 10011 | 1011101 | 101 | 1010000 | 0 | 1011111 | 1000000 | 1101110 | 1011010 | 10011 |
Color Harmonies of #135D05
Complementary color
Monochromatic Colors of #135D05
Black with #135D05
Text Example
Text Example
White with #135D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D05; }
p { color: rgb(19,93,5); }
H1.HeaderClassName
{
color: #135D05;
}
.AnyTagClassName
{
color: #135D05;
}
</style>
background-color css
<style>
a { background-color: #135D05; }
a { background-color: rgb(19,93,5); }
div.DivClassName
{
background-color: #135D05;
}
.BgClassName
{
background-color: #135D05;
}
</style>
border-color css
<style>
span { border-color: #135D05; }
span { border-color: rgb(19,93,5); }
td.TdClassName
{
border-color: #135D05;
}
.TagClassName
{
border-color: #135D05;
}
</style>