Shades of Myrtle #145508
Tints of Myrtle #145508
RGB
CMYK
RGB Variations
Color information
#145508 (or 0x145508) is known color: Myrtle. HEX triplet: 14, 55 and 08. RGB value is (20,85,8). Sum of RGB (Red+Green+Blue) = 20+85+8=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #145508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145508 is #EBAAF7. Grayscale: #393939. Windows color (decimal): -15444728 or 546068. OLE color: 546068.
HSL color Cylindrical-coordinate representation of color #145508: hue angle of 110.65º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145508 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 8 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.67 |
| HSL | 110.65º | 0.83% | 0.18% | - |
| HSV(B) | 110.65º | 0.91% | 0.33% | - |
| XYZ | 3.58 | 6.66 | 1.33 | - |
| YUV | 56.79 | 100.47 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 8 | 0.76 | 0 | 0.91 | 0.67 | 110.65 | 0.83 | 0.18 |
| Hex | 14 | 55 | 8 | 4C | 0 | 5B | 43 | 6F | 53 | 12 |
| Octal | 24 | 125 | 10 | 114 | 0 | 133 | 103 | 157 | 123 | 22 |
| Binary | 10100 | 1010101 | 1000 | 1001100 | 0 | 1011011 | 1000011 | 1101111 | 1010011 | 10010 |
Color Harmonies of #145508
Complementary color
Monochromatic Colors of #145508
Black with #145508
Text Example
Text Example
White with #145508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145508; }
p { color: rgb(20,85,8); }
H1.HeaderClassName
{
color: #145508;
}
.AnyTagClassName
{
color: #145508;
}
</style>
background-color css
<style>
a { background-color: #145508; }
a { background-color: rgb(20,85,8); }
div.DivClassName
{
background-color: #145508;
}
.BgClassName
{
background-color: #145508;
}
</style>
border-color css
<style>
span { border-color: #145508; }
span { border-color: rgb(20,85,8); }
td.TdClassName
{
border-color: #145508;
}
.TagClassName
{
border-color: #145508;
}
</style>