Shades of Myrtle #155301
Tints of Myrtle #155301
RGB
CMYK
RGB Variations
Color information
#155301 (or 0x155301) is known color: Myrtle. HEX triplet: 15, 53 and 01. RGB value is (21,83,1). Sum of RGB (Red+Green+Blue) = 21+83+1=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #155301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155301 is #EAACFE. Grayscale: #373737. Windows color (decimal): -15379711 or 86805. OLE color: 86805.
HSL color Cylindrical-coordinate representation of color #155301: hue angle of 105.37º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #155301 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.67 |
| HSL | 105.37º | 0.98% | 0.16% | - |
| HSV(B) | 105.37º | 0.99% | 0.33% | - |
| XYZ | 3.41 | 6.35 | 1.07 | - |
| YUV | 55.11 | 97.46 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 1 | 0.75 | 0 | 0.99 | 0.67 | 105.37 | 0.98 | 0.16 |
| Hex | 15 | 53 | 1 | 4B | 0 | 63 | 43 | 69 | 62 | 10 |
| Octal | 25 | 123 | 1 | 113 | 0 | 143 | 103 | 151 | 142 | 20 |
| Binary | 10101 | 1010011 | 1 | 1001011 | 0 | 1100011 | 1000011 | 1101001 | 1100010 | 10000 |
Color Harmonies of #155301
Complementary color
Monochromatic Colors of #155301
Black with #155301
Text Example
Text Example
White with #155301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155301; }
p { color: rgb(21,83,1); }
H1.HeaderClassName
{
color: #155301;
}
.AnyTagClassName
{
color: #155301;
}
</style>
background-color css
<style>
a { background-color: #155301; }
a { background-color: rgb(21,83,1); }
div.DivClassName
{
background-color: #155301;
}
.BgClassName
{
background-color: #155301;
}
</style>
border-color css
<style>
span { border-color: #155301; }
span { border-color: rgb(21,83,1); }
td.TdClassName
{
border-color: #155301;
}
.TagClassName
{
border-color: #155301;
}
</style>