Shades of Myrtle #1B5505
Tints of Myrtle #1B5505
RGB
CMYK
RGB Variations
Color information
#1B5505 (or 0x1B5505) is known color: Myrtle. HEX triplet: 1B, 55 and 05. RGB value is (27,85,5). Sum of RGB (Red+Green+Blue) = 27+85+5=117 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.08% from 117); Green value is 85 (33.59% from 255 or 72.65% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5505 is #E4AAFA. Grayscale: #3A3A3A. Windows color (decimal): -14985979 or 349467. OLE color: 349467.
HSL color Cylindrical-coordinate representation of color #1B5505: hue angle of 103.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B5505 is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 85 | 5 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.67 |
| HSL | 103.5º | 0.89% | 0.18% | - |
| HSV(B) | 103.5º | 0.94% | 0.33% | - |
| XYZ | 3.73 | 6.74 | 1.25 | - |
| YUV | 58.54 | 97.78 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 5 | 0.68 | 0 | 0.94 | 0.67 | 103.5 | 0.89 | 0.18 |
| Hex | 1B | 55 | 5 | 44 | 0 | 5E | 43 | 68 | 59 | 12 |
| Octal | 33 | 125 | 5 | 104 | 0 | 136 | 103 | 150 | 131 | 22 |
| Binary | 11011 | 1010101 | 101 | 1000100 | 0 | 1011110 | 1000011 | 1101000 | 1011001 | 10010 |
Color Harmonies of #1B5505
Complementary color
Monochromatic Colors of #1B5505
Black with #1B5505
Text Example
Text Example
White with #1B5505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5505; }
p { color: rgb(27,85,5); }
H1.HeaderClassName
{
color: #1B5505;
}
.AnyTagClassName
{
color: #1B5505;
}
</style>
background-color css
<style>
a { background-color: #1B5505; }
a { background-color: rgb(27,85,5); }
div.DivClassName
{
background-color: #1B5505;
}
.BgClassName
{
background-color: #1B5505;
}
</style>
border-color css
<style>
span { border-color: #1B5505; }
span { border-color: rgb(27,85,5); }
td.TdClassName
{
border-color: #1B5505;
}
.TagClassName
{
border-color: #1B5505;
}
</style>