Shades of Myrtle #145307
Tints of Myrtle #145307
RGB
CMYK
RGB Variations
Color information
#145307 (or 0x145307) is known color: Myrtle. HEX triplet: 14, 53 and 07. RGB value is (20,83,7). Sum of RGB (Red+Green+Blue) = 20+83+7=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #145307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145307 is #EBACF8. Grayscale: #373737. Windows color (decimal): -15445241 or 480020. OLE color: 480020.
HSL color Cylindrical-coordinate representation of color #145307: hue angle of 109.74º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145307 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 83 | 7 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.67 |
| HSL | 109.74º | 0.84% | 0.18% | - |
| HSV(B) | 109.74º | 0.92% | 0.33% | - |
| XYZ | 3.42 | 6.35 | 1.25 | - |
| YUV | 55.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 7 | 0.76 | 0 | 0.92 | 0.67 | 109.74 | 0.84 | 0.18 |
| Hex | 14 | 53 | 7 | 4C | 0 | 5C | 43 | 6E | 54 | 12 |
| Octal | 24 | 123 | 7 | 114 | 0 | 134 | 103 | 156 | 124 | 22 |
| Binary | 10100 | 1010011 | 111 | 1001100 | 0 | 1011100 | 1000011 | 1101110 | 1010100 | 10010 |
Color Harmonies of #145307
Complementary color
Monochromatic Colors of #145307
Black with #145307
Text Example
Text Example
White with #145307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145307; }
p { color: rgb(20,83,7); }
H1.HeaderClassName
{
color: #145307;
}
.AnyTagClassName
{
color: #145307;
}
</style>
background-color css
<style>
a { background-color: #145307; }
a { background-color: rgb(20,83,7); }
div.DivClassName
{
background-color: #145307;
}
.BgClassName
{
background-color: #145307;
}
</style>
border-color css
<style>
span { border-color: #145307; }
span { border-color: rgb(20,83,7); }
td.TdClassName
{
border-color: #145307;
}
.TagClassName
{
border-color: #145307;
}
</style>