Shades of Myrtle #145D08
Tints of Myrtle #145D08
RGB
CMYK
RGB Variations
Color information
#145D08 (or 0x145D08) is known color: Myrtle. HEX triplet: 14, 5D and 08. RGB value is (20,93,8). Sum of RGB (Red+Green+Blue) = 20+93+8=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 93 (36.72% from 255 or 76.86% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 93 - color contains mainly: green. Hex color #145D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145D08 is #EBA2F7. Grayscale: #3D3D3D. Windows color (decimal): -15442680 or 548116. OLE color: 548116.
HSL color Cylindrical-coordinate representation of color #145D08: hue angle of 111.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145D08 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 93 | 8 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.64 |
| HSL | 111.53º | 0.84% | 0.2% | - |
| HSV(B) | 111.53º | 0.91% | 0.36% | - |
| XYZ | 4.25 | 7.99 | 1.55 | - |
| YUV | 61.48 | 97.82 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 8 | 0.78 | 0 | 0.91 | 0.64 | 111.53 | 0.84 | 0.2 |
| Hex | 14 | 5D | 8 | 4E | 0 | 5B | 40 | 70 | 54 | 14 |
| Octal | 24 | 135 | 10 | 116 | 0 | 133 | 100 | 160 | 124 | 24 |
| Binary | 10100 | 1011101 | 1000 | 1001110 | 0 | 1011011 | 1000000 | 1110000 | 1010100 | 10100 |
Color Harmonies of #145D08
Complementary color
Monochromatic Colors of #145D08
Black with #145D08
Text Example
Text Example
White with #145D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145D08; }
p { color: rgb(20,93,8); }
H1.HeaderClassName
{
color: #145D08;
}
.AnyTagClassName
{
color: #145D08;
}
</style>
background-color css
<style>
a { background-color: #145D08; }
a { background-color: rgb(20,93,8); }
div.DivClassName
{
background-color: #145D08;
}
.BgClassName
{
background-color: #145D08;
}
</style>
border-color css
<style>
span { border-color: #145D08; }
span { border-color: rgb(20,93,8); }
td.TdClassName
{
border-color: #145D08;
}
.TagClassName
{
border-color: #145D08;
}
</style>