Shades of Myrtle #134508
Tints of Myrtle #134508
RGB
CMYK
RGB Variations
Color information
#134508 (or 0x134508) is known color: Myrtle. HEX triplet: 13, 45 and 08. RGB value is (19,69,8). Sum of RGB (Red+Green+Blue) = 19+69+8=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 69 (27.34% from 255 or 71.88% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 69 - color contains mainly: green. Hex color #134508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134508 is #ECBAF7. Grayscale: #2F2F2F. Windows color (decimal): -15514360 or 541971. OLE color: 541971.
HSL color Cylindrical-coordinate representation of color #134508: hue angle of 109.18º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134508 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 69 | 8 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.73 |
| HSL | 109.18º | 0.79% | 0.15% | - |
| HSV(B) | 109.18º | 0.88% | 0.27% | - |
| XYZ | 2.44 | 4.41 | 0.95 | - |
| YUV | 47.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 8 | 0.72 | 0 | 0.88 | 0.73 | 109.18 | 0.79 | 0.15 |
| Hex | 13 | 45 | 8 | 48 | 0 | 58 | 49 | 6D | 4F | F |
| Octal | 23 | 105 | 10 | 110 | 0 | 130 | 111 | 155 | 117 | 17 |
| Binary | 10011 | 1000101 | 1000 | 1001000 | 0 | 1011000 | 1001001 | 1101101 | 1001111 | 1111 |
Color Harmonies of #134508
Complementary color
Monochromatic Colors of #134508
Black with #134508
Text Example
Text Example
White with #134508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134508; }
p { color: rgb(19,69,8); }
H1.HeaderClassName
{
color: #134508;
}
.AnyTagClassName
{
color: #134508;
}
</style>
background-color css
<style>
a { background-color: #134508; }
a { background-color: rgb(19,69,8); }
div.DivClassName
{
background-color: #134508;
}
.BgClassName
{
background-color: #134508;
}
</style>
border-color css
<style>
span { border-color: #134508; }
span { border-color: rgb(19,69,8); }
td.TdClassName
{
border-color: #134508;
}
.TagClassName
{
border-color: #134508;
}
</style>