Shades of Myrtle #153F01
Tints of Myrtle #153F01
RGB
CMYK
RGB Variations
Color information
#153F01 (or 0x153F01) is known color: Myrtle. HEX triplet: 15, 3F and 01. RGB value is (21,63,1). Sum of RGB (Red+Green+Blue) = 21+63+1=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 63 (25% from 255 or 74.12% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 63 - color contains mainly: green. Hex color #153F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153F01 is #EAC0FE. Grayscale: #2B2B2B. Windows color (decimal): -15384831 or 81685. OLE color: 81685.
HSL color Cylindrical-coordinate representation of color #153F01: hue angle of 100.65º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #153F01 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 1 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.75 |
| HSL | 100.65º | 0.97% | 0.13% | - |
| HSV(B) | 100.65º | 0.98% | 0.25% | - |
| XYZ | 2.09 | 3.72 | 0.64 | - |
| YUV | 43.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 1 | 0.67 | 0 | 0.98 | 0.75 | 100.65 | 0.97 | 0.13 |
| Hex | 15 | 3F | 1 | 43 | 0 | 62 | 4B | 65 | 61 | D |
| Octal | 25 | 77 | 1 | 103 | 0 | 142 | 113 | 145 | 141 | 15 |
| Binary | 10101 | 111111 | 1 | 1000011 | 0 | 1100010 | 1001011 | 1100101 | 1100001 | 1101 |
Color Harmonies of #153F01
Complementary color
Monochromatic Colors of #153F01
Black with #153F01
Text Example
Text Example
White with #153F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F01; }
p { color: rgb(21,63,1); }
H1.HeaderClassName
{
color: #153F01;
}
.AnyTagClassName
{
color: #153F01;
}
</style>
background-color css
<style>
a { background-color: #153F01; }
a { background-color: rgb(21,63,1); }
div.DivClassName
{
background-color: #153F01;
}
.BgClassName
{
background-color: #153F01;
}
</style>
border-color css
<style>
span { border-color: #153F01; }
span { border-color: rgb(21,63,1); }
td.TdClassName
{
border-color: #153F01;
}
.TagClassName
{
border-color: #153F01;
}
</style>