Shades of Myrtle #135A18
Tints of Myrtle #135A18
RGB
CMYK
RGB Variations
Color information
#135A18 (or 0x135A18) is known color: Myrtle. HEX triplet: 13, 5A and 18. RGB value is (19,90,24). Sum of RGB (Red+Green+Blue) = 19+90+24=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 90 (35.55% from 255 or 67.67% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 90 - color contains mainly: green. Hex color #135A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A18 is #ECA5E7. Grayscale: #3D3D3D. Windows color (decimal): -15508968 or 1595923. OLE color: 1595923.
HSL color Cylindrical-coordinate representation of color #135A18: hue angle of 124.23º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A18 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 24 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.65 |
| HSL | 124.23º | 0.65% | 0.21% | - |
| HSV(B) | 124.23º | 0.79% | 0.35% | - |
| XYZ | 4.09 | 7.52 | 2.1 | - |
| YUV | 61.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 24 | 0.79 | 0 | 0.73 | 0.65 | 124.23 | 0.65 | 0.21 |
| Hex | 13 | 5A | 18 | 4F | 0 | 49 | 41 | 7C | 41 | 15 |
| Octal | 23 | 132 | 30 | 117 | 0 | 111 | 101 | 174 | 101 | 25 |
| Binary | 10011 | 1011010 | 11000 | 1001111 | 0 | 1001001 | 1000001 | 1111100 | 1000001 | 10101 |
Color Harmonies of #135A18
Complementary color
Monochromatic Colors of #135A18
Black with #135A18
Text Example
Text Example
White with #135A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A18; }
p { color: rgb(19,90,24); }
H1.HeaderClassName
{
color: #135A18;
}
.AnyTagClassName
{
color: #135A18;
}
</style>
background-color css
<style>
a { background-color: #135A18; }
a { background-color: rgb(19,90,24); }
div.DivClassName
{
background-color: #135A18;
}
.BgClassName
{
background-color: #135A18;
}
</style>
border-color css
<style>
span { border-color: #135A18; }
span { border-color: rgb(19,90,24); }
td.TdClassName
{
border-color: #135A18;
}
.TagClassName
{
border-color: #135A18;
}
</style>