Shades of Myrtle #153401
Tints of Myrtle #153401
RGB
CMYK
RGB Variations
Color information
#153401 (or 0x153401) is known color: Myrtle. HEX triplet: 15, 34 and 01. RGB value is (21,52,1). Sum of RGB (Red+Green+Blue) = 21+52+1=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 52 (20.70% from 255 or 70.27% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 52 - color contains mainly: green. Hex color #153401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153401 is #EACBFE. Grayscale: #252525. Windows color (decimal): -15387647 or 78869. OLE color: 78869.
HSL color Cylindrical-coordinate representation of color #153401: hue angle of 96.47º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #153401 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 52 | 1 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.80 |
| HSL | 96.47º | 0.96% | 0.1% | - |
| HSV(B) | 96.47º | 0.98% | 0.2% | - |
| XYZ | 1.54 | 2.62 | 0.45 | - |
| YUV | 36.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 1 | 0.60 | 0 | 0.98 | 0.80 | 96.47 | 0.96 | 0.1 |
| Hex | 15 | 34 | 1 | 3C | 0 | 62 | 50 | 60 | 60 | A |
| Octal | 25 | 64 | 1 | 74 | 0 | 142 | 120 | 140 | 140 | 12 |
| Binary | 10101 | 110100 | 1 | 111100 | 0 | 1100010 | 1010000 | 1100000 | 1100000 | 1010 |
Color Harmonies of #153401
Complementary color
Monochromatic Colors of #153401
Black with #153401
Text Example
Text Example
White with #153401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153401; }
p { color: rgb(21,52,1); }
H1.HeaderClassName
{
color: #153401;
}
.AnyTagClassName
{
color: #153401;
}
</style>
background-color css
<style>
a { background-color: #153401; }
a { background-color: rgb(21,52,1); }
div.DivClassName
{
background-color: #153401;
}
.BgClassName
{
background-color: #153401;
}
</style>
border-color css
<style>
span { border-color: #153401; }
span { border-color: rgb(21,52,1); }
td.TdClassName
{
border-color: #153401;
}
.TagClassName
{
border-color: #153401;
}
</style>