Shades of Myrtle #143601
Tints of Myrtle #143601
RGB
CMYK
RGB Variations
Color information
#143601 (or 0x143601) is known color: Myrtle. HEX triplet: 14, 36 and 01. RGB value is (20,54,1). Sum of RGB (Red+Green+Blue) = 20+54+1=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 54 (21.48% from 255 or 72% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 54 - color contains mainly: green. Hex color #143601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143601 is #EBC9FE. Grayscale: #252525. Windows color (decimal): -15452671 or 79380. OLE color: 79380.
HSL color Cylindrical-coordinate representation of color #143601: hue angle of 98.49º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #143601 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 54 | 1 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.79 |
| HSL | 98.49º | 0.96% | 0.11% | - |
| HSV(B) | 98.49º | 0.98% | 0.21% | - |
| XYZ | 1.61 | 2.79 | 0.48 | - |
| YUV | 37.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 1 | 0.63 | 0 | 0.98 | 0.79 | 98.49 | 0.96 | 0.11 |
| Hex | 14 | 36 | 1 | 3F | 0 | 62 | 4F | 62 | 60 | B |
| Octal | 24 | 66 | 1 | 77 | 0 | 142 | 117 | 142 | 140 | 13 |
| Binary | 10100 | 110110 | 1 | 111111 | 0 | 1100010 | 1001111 | 1100010 | 1100000 | 1011 |
Color Harmonies of #143601
Complementary color
Monochromatic Colors of #143601
Black with #143601
Text Example
Text Example
White with #143601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143601; }
p { color: rgb(20,54,1); }
H1.HeaderClassName
{
color: #143601;
}
.AnyTagClassName
{
color: #143601;
}
</style>
background-color css
<style>
a { background-color: #143601; }
a { background-color: rgb(20,54,1); }
div.DivClassName
{
background-color: #143601;
}
.BgClassName
{
background-color: #143601;
}
</style>
border-color css
<style>
span { border-color: #143601; }
span { border-color: rgb(20,54,1); }
td.TdClassName
{
border-color: #143601;
}
.TagClassName
{
border-color: #143601;
}
</style>