Shades of Myrtle #155308
Tints of Myrtle #155308
RGB
CMYK
RGB Variations
Color information
#155308 (or 0x155308) is known color: Myrtle. HEX triplet: 15, 53 and 08. RGB value is (21,83,8). Sum of RGB (Red+Green+Blue) = 21+83+8=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #155308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155308 is #EAACF7. Grayscale: #383838. Windows color (decimal): -15379704 or 545557. OLE color: 545557.
HSL color Cylindrical-coordinate representation of color #155308: hue angle of 109.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155308 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 8 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.67 |
| HSL | 109.6º | 0.82% | 0.18% | - |
| HSV(B) | 109.6º | 0.9% | 0.33% | - |
| XYZ | 3.45 | 6.36 | 1.28 | - |
| YUV | 55.91 | 100.96 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 8 | 0.75 | 0 | 0.90 | 0.67 | 109.6 | 0.82 | 0.18 |
| Hex | 15 | 53 | 8 | 4B | 0 | 5A | 43 | 6E | 52 | 12 |
| Octal | 25 | 123 | 10 | 113 | 0 | 132 | 103 | 156 | 122 | 22 |
| Binary | 10101 | 1010011 | 1000 | 1001011 | 0 | 1011010 | 1000011 | 1101110 | 1010010 | 10010 |
Color Harmonies of #155308
Complementary color
Monochromatic Colors of #155308
Black with #155308
Text Example
Text Example
White with #155308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155308; }
p { color: rgb(21,83,8); }
H1.HeaderClassName
{
color: #155308;
}
.AnyTagClassName
{
color: #155308;
}
</style>
background-color css
<style>
a { background-color: #155308; }
a { background-color: rgb(21,83,8); }
div.DivClassName
{
background-color: #155308;
}
.BgClassName
{
background-color: #155308;
}
</style>
border-color css
<style>
span { border-color: #155308; }
span { border-color: rgb(21,83,8); }
td.TdClassName
{
border-color: #155308;
}
.TagClassName
{
border-color: #155308;
}
</style>