Shades of Myrtle #135308
Tints of Myrtle #135308
RGB
CMYK
RGB Variations
Color information
#135308 (or 0x135308) is known color: Myrtle. HEX triplet: 13, 53 and 08. RGB value is (19,83,8). Sum of RGB (Red+Green+Blue) = 19+83+8=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #135308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135308 is #ECACF7. Grayscale: #373737. Windows color (decimal): -15510776 or 545555. OLE color: 545555.
HSL color Cylindrical-coordinate representation of color #135308: hue angle of 111.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135308 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 8 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.67 |
| HSL | 111.2º | 0.82% | 0.18% | - |
| HSV(B) | 111.2º | 0.9% | 0.33% | - |
| XYZ | 3.41 | 6.34 | 1.27 | - |
| YUV | 55.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 8 | 0.77 | 0 | 0.90 | 0.67 | 111.2 | 0.82 | 0.18 |
| Hex | 13 | 53 | 8 | 4D | 0 | 5A | 43 | 6F | 52 | 12 |
| Octal | 23 | 123 | 10 | 115 | 0 | 132 | 103 | 157 | 122 | 22 |
| Binary | 10011 | 1010011 | 1000 | 1001101 | 0 | 1011010 | 1000011 | 1101111 | 1010010 | 10010 |
Color Harmonies of #135308
Complementary color
Monochromatic Colors of #135308
Black with #135308
Text Example
Text Example
White with #135308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135308; }
p { color: rgb(19,83,8); }
H1.HeaderClassName
{
color: #135308;
}
.AnyTagClassName
{
color: #135308;
}
</style>
background-color css
<style>
a { background-color: #135308; }
a { background-color: rgb(19,83,8); }
div.DivClassName
{
background-color: #135308;
}
.BgClassName
{
background-color: #135308;
}
</style>
border-color css
<style>
span { border-color: #135308; }
span { border-color: rgb(19,83,8); }
td.TdClassName
{
border-color: #135308;
}
.TagClassName
{
border-color: #135308;
}
</style>