Shades of Myrtle #145C05
Tints of Myrtle #145C05
RGB
CMYK
RGB Variations
Color information
#145C05 (or 0x145C05) is known color: Myrtle. HEX triplet: 14, 5C and 05. RGB value is (20,92,5). Sum of RGB (Red+Green+Blue) = 20+92+5=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #145C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145C05 is #EBA3FA. Grayscale: #3C3C3C. Windows color (decimal): -15442939 or 351252. OLE color: 351252.
HSL color Cylindrical-coordinate representation of color #145C05: hue angle of 109.66º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #145C05 is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 5 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.64 |
| HSL | 109.66º | 0.9% | 0.19% | - |
| HSV(B) | 109.66º | 0.95% | 0.36% | - |
| XYZ | 4.14 | 7.81 | 1.43 | - |
| YUV | 60.55 | 96.65 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 5 | 0.78 | 0 | 0.95 | 0.64 | 109.66 | 0.9 | 0.19 |
| Hex | 14 | 5C | 5 | 4E | 0 | 5F | 40 | 6E | 5A | 13 |
| Octal | 24 | 134 | 5 | 116 | 0 | 137 | 100 | 156 | 132 | 23 |
| Binary | 10100 | 1011100 | 101 | 1001110 | 0 | 1011111 | 1000000 | 1101110 | 1011010 | 10011 |
Color Harmonies of #145C05
Complementary color
Monochromatic Colors of #145C05
Black with #145C05
Text Example
Text Example
White with #145C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C05; }
p { color: rgb(20,92,5); }
H1.HeaderClassName
{
color: #145C05;
}
.AnyTagClassName
{
color: #145C05;
}
</style>
background-color css
<style>
a { background-color: #145C05; }
a { background-color: rgb(20,92,5); }
div.DivClassName
{
background-color: #145C05;
}
.BgClassName
{
background-color: #145C05;
}
</style>
border-color css
<style>
span { border-color: #145C05; }
span { border-color: rgb(20,92,5); }
td.TdClassName
{
border-color: #145C05;
}
.TagClassName
{
border-color: #145C05;
}
</style>