Shades of Myrtle #153008
Tints of Myrtle #153008
RGB
CMYK
RGB Variations
Color information
#153008 (or 0x153008) is known color: Myrtle. HEX triplet: 15, 30 and 08. RGB value is (21,48,8). Sum of RGB (Red+Green+Blue) = 21+48+8=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #153008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153008 is #EACFF7. Grayscale: #232323. Windows color (decimal): -15388664 or 536597. OLE color: 536597.
HSL color Cylindrical-coordinate representation of color #153008: hue angle of 100.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153008 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 48 | 8 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.81 |
| HSL | 100.5º | 0.71% | 0.11% | - |
| HSV(B) | 100.5º | 0.83% | 0.19% | - |
| XYZ | 1.41 | 2.29 | 0.6 | - |
| YUV | 35.37 | 112.55 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 8 | 0.56 | 0 | 0.83 | 0.81 | 100.5 | 0.71 | 0.11 |
| Hex | 15 | 30 | 8 | 38 | 0 | 53 | 51 | 64 | 47 | B |
| Octal | 25 | 60 | 10 | 70 | 0 | 123 | 121 | 144 | 107 | 13 |
| Binary | 10101 | 110000 | 1000 | 111000 | 0 | 1010011 | 1010001 | 1100100 | 1000111 | 1011 |
Color Harmonies of #153008
Complementary color
Monochromatic Colors of #153008
Black with #153008
Text Example
Text Example
White with #153008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153008; }
p { color: rgb(21,48,8); }
H1.HeaderClassName
{
color: #153008;
}
.AnyTagClassName
{
color: #153008;
}
</style>
background-color css
<style>
a { background-color: #153008; }
a { background-color: rgb(21,48,8); }
div.DivClassName
{
background-color: #153008;
}
.BgClassName
{
background-color: #153008;
}
</style>
border-color css
<style>
span { border-color: #153008; }
span { border-color: rgb(21,48,8); }
td.TdClassName
{
border-color: #153008;
}
.TagClassName
{
border-color: #153008;
}
</style>