Shades of Myrtle #153601
Tints of Myrtle #153601
RGB
CMYK
RGB Variations
Color information
#153601 (or 0x153601) is known color: Myrtle. HEX triplet: 15, 36 and 01. RGB value is (21,54,1). Sum of RGB (Red+Green+Blue) = 21+54+1=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 54 (21.48% from 255 or 71.05% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 54 - color contains mainly: green. Hex color #153601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153601 is #EAC9FE. Grayscale: #262626. Windows color (decimal): -15387135 or 79381. OLE color: 79381.
HSL color Cylindrical-coordinate representation of color #153601: hue angle of 97.36º 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 #153601 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 54 | 1 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.79 |
| HSL | 97.36º | 0.96% | 0.11% | - |
| HSV(B) | 97.36º | 0.98% | 0.21% | - |
| XYZ | 1.63 | 2.8 | 0.48 | - |
| YUV | 38.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 1 | 0.61 | 0 | 0.98 | 0.79 | 97.36 | 0.96 | 0.11 |
| Hex | 15 | 36 | 1 | 3D | 0 | 62 | 4F | 61 | 60 | B |
| Octal | 25 | 66 | 1 | 75 | 0 | 142 | 117 | 141 | 140 | 13 |
| Binary | 10101 | 110110 | 1 | 111101 | 0 | 1100010 | 1001111 | 1100001 | 1100000 | 1011 |
Color Harmonies of #153601
Complementary color
Monochromatic Colors of #153601
Black with #153601
Text Example
Text Example
White with #153601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153601; }
p { color: rgb(21,54,1); }
H1.HeaderClassName
{
color: #153601;
}
.AnyTagClassName
{
color: #153601;
}
</style>
background-color css
<style>
a { background-color: #153601; }
a { background-color: rgb(21,54,1); }
div.DivClassName
{
background-color: #153601;
}
.BgClassName
{
background-color: #153601;
}
</style>
border-color css
<style>
span { border-color: #153601; }
span { border-color: rgb(21,54,1); }
td.TdClassName
{
border-color: #153601;
}
.TagClassName
{
border-color: #153601;
}
</style>