Shades of Myrtle #145306
Tints of Myrtle #145306
RGB
CMYK
RGB Variations
Color information
#145306 (or 0x145306) is known color: Myrtle. HEX triplet: 14, 53 and 06. RGB value is (20,83,6). Sum of RGB (Red+Green+Blue) = 20+83+6=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 83 (32.81% from 255 or 76.15% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 83 - color contains mainly: green. Hex color #145306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145306 is #EBACF9. Grayscale: #373737. Windows color (decimal): -15445242 or 414484. OLE color: 414484.
HSL color Cylindrical-coordinate representation of color #145306: hue angle of 109.09º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #145306 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 83 | 6 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.67 |
| HSL | 109.09º | 0.87% | 0.17% | - |
| HSV(B) | 109.09º | 0.93% | 0.33% | - |
| XYZ | 3.41 | 6.35 | 1.22 | - |
| YUV | 55.39 | 100.13 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 6 | 0.76 | 0 | 0.93 | 0.67 | 109.09 | 0.87 | 0.17 |
| Hex | 14 | 53 | 6 | 4C | 0 | 5D | 43 | 6D | 57 | 11 |
| Octal | 24 | 123 | 6 | 114 | 0 | 135 | 103 | 155 | 127 | 21 |
| Binary | 10100 | 1010011 | 110 | 1001100 | 0 | 1011101 | 1000011 | 1101101 | 1010111 | 10001 |
Color Harmonies of #145306
Complementary color
Monochromatic Colors of #145306
Black with #145306
Text Example
Text Example
White with #145306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145306; }
p { color: rgb(20,83,6); }
H1.HeaderClassName
{
color: #145306;
}
.AnyTagClassName
{
color: #145306;
}
</style>
background-color css
<style>
a { background-color: #145306; }
a { background-color: rgb(20,83,6); }
div.DivClassName
{
background-color: #145306;
}
.BgClassName
{
background-color: #145306;
}
</style>
border-color css
<style>
span { border-color: #145306; }
span { border-color: rgb(20,83,6); }
td.TdClassName
{
border-color: #145306;
}
.TagClassName
{
border-color: #145306;
}
</style>