Shades of Myrtle #145402
Tints of Myrtle #145402
RGB
CMYK
RGB Variations
Color information
#145402 (or 0x145402) is known color: Myrtle. HEX triplet: 14, 54 and 02. RGB value is (20,84,2). Sum of RGB (Red+Green+Blue) = 20+84+2=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 84 (33.20% from 255 or 79.25% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 84 - color contains mainly: green. Hex color #145402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145402 is #EBABFD. Grayscale: #373737. Windows color (decimal): -15444990 or 152596. OLE color: 152596.
HSL color Cylindrical-coordinate representation of color #145402: hue angle of 106.83º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #145402 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 2 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.67 |
| HSL | 106.83º | 0.95% | 0.17% | - |
| HSV(B) | 106.83º | 0.98% | 0.33% | - |
| XYZ | 3.47 | 6.49 | 1.13 | - |
| YUV | 55.52 | 97.8 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 2 | 0.76 | 0 | 0.98 | 0.67 | 106.83 | 0.95 | 0.17 |
| Hex | 14 | 54 | 2 | 4C | 0 | 62 | 43 | 6B | 5F | 11 |
| Octal | 24 | 124 | 2 | 114 | 0 | 142 | 103 | 153 | 137 | 21 |
| Binary | 10100 | 1010100 | 10 | 1001100 | 0 | 1100010 | 1000011 | 1101011 | 1011111 | 10001 |
Color Harmonies of #145402
Complementary color
Monochromatic Colors of #145402
Black with #145402
Text Example
Text Example
White with #145402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145402; }
p { color: rgb(20,84,2); }
H1.HeaderClassName
{
color: #145402;
}
.AnyTagClassName
{
color: #145402;
}
</style>
background-color css
<style>
a { background-color: #145402; }
a { background-color: rgb(20,84,2); }
div.DivClassName
{
background-color: #145402;
}
.BgClassName
{
background-color: #145402;
}
</style>
border-color css
<style>
span { border-color: #145402; }
span { border-color: rgb(20,84,2); }
td.TdClassName
{
border-color: #145402;
}
.TagClassName
{
border-color: #145402;
}
</style>