Shades of Myrtle #153314
Tints of Myrtle #153314
RGB
CMYK
RGB Variations
Color information
#153314 (or 0x153314) is known color: Myrtle. HEX triplet: 15, 33 and 14. RGB value is (21,51,20). Sum of RGB (Red+Green+Blue) = 21+51+20=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #153314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153314 is #EACCEB. Grayscale: #262626. Windows color (decimal): -15387884 or 1323797. OLE color: 1323797.
HSL color Cylindrical-coordinate representation of color #153314: hue angle of 118.06º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #153314 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 51 | 20 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.8 |
| HSL | 118.06º | 0.44% | 0.14% | - |
| HSV(B) | 118.06º | 0.61% | 0.2% | - |
| XYZ | 1.62 | 2.58 | 1.07 | - |
| YUV | 38.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 20 | 0.59 | 0 | 0.61 | 0.8 | 118.06 | 0.44 | 0.14 |
| Hex | 15 | 33 | 14 | 3B | 0 | 3D | 50 | 76 | 2C | E |
| Octal | 25 | 63 | 24 | 73 | 0 | 75 | 120 | 166 | 54 | 16 |
| Binary | 10101 | 110011 | 10100 | 111011 | 0 | 111101 | 1010000 | 1110110 | 101100 | 1110 |
Color Harmonies of #153314
Complementary color
Monochromatic Colors of #153314
Black with #153314
Text Example
Text Example
White with #153314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153314; }
p { color: rgb(21,51,20); }
H1.HeaderClassName
{
color: #153314;
}
.AnyTagClassName
{
color: #153314;
}
</style>
background-color css
<style>
a { background-color: #153314; }
a { background-color: rgb(21,51,20); }
div.DivClassName
{
background-color: #153314;
}
.BgClassName
{
background-color: #153314;
}
</style>
border-color css
<style>
span { border-color: #153314; }
span { border-color: rgb(21,51,20); }
td.TdClassName
{
border-color: #153314;
}
.TagClassName
{
border-color: #153314;
}
</style>