Shades of Myrtle #145501
Tints of Myrtle #145501
RGB
CMYK
RGB Variations
Color information
#145501 (or 0x145501) is known color: Myrtle. HEX triplet: 14, 55 and 01. RGB value is (20,85,1). Sum of RGB (Red+Green+Blue) = 20+85+1=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 85 (33.59% from 255 or 80.19% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 85 - color contains mainly: green. Hex color #145501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145501 is #EBAAFE. Grayscale: #383838. Windows color (decimal): -15444735 or 87316. OLE color: 87316.
HSL color Cylindrical-coordinate representation of color #145501: hue angle of 106.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #145501 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 1 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.67 |
| HSL | 106.43º | 0.98% | 0.17% | - |
| HSV(B) | 106.43º | 0.99% | 0.33% | - |
| XYZ | 3.54 | 6.65 | 1.13 | - |
| YUV | 55.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 1 | 0.76 | 0 | 0.99 | 0.67 | 106.43 | 0.98 | 0.17 |
| Hex | 14 | 55 | 1 | 4C | 0 | 63 | 43 | 6A | 62 | 11 |
| Octal | 24 | 125 | 1 | 114 | 0 | 143 | 103 | 152 | 142 | 21 |
| Binary | 10100 | 1010101 | 1 | 1001100 | 0 | 1100011 | 1000011 | 1101010 | 1100010 | 10001 |
Color Harmonies of #145501
Complementary color
Monochromatic Colors of #145501
Black with #145501
Text Example
Text Example
White with #145501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145501; }
p { color: rgb(20,85,1); }
H1.HeaderClassName
{
color: #145501;
}
.AnyTagClassName
{
color: #145501;
}
</style>
background-color css
<style>
a { background-color: #145501; }
a { background-color: rgb(20,85,1); }
div.DivClassName
{
background-color: #145501;
}
.BgClassName
{
background-color: #145501;
}
</style>
border-color css
<style>
span { border-color: #145501; }
span { border-color: rgb(20,85,1); }
td.TdClassName
{
border-color: #145501;
}
.TagClassName
{
border-color: #145501;
}
</style>