Shades of Myrtle #1B5808
Tints of Myrtle #1B5808
RGB
CMYK
RGB Variations
Color information
#1B5808 (or 0x1B5808) is known color: Myrtle. HEX triplet: 1B, 58 and 08. RGB value is (27,88,8). Sum of RGB (Red+Green+Blue) = 27+88+8=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 88 (34.77% from 255 or 71.54% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 88 - color contains mainly: green. Hex color #1B5808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5808 is #E4A7F7. Grayscale: #3C3C3C. Windows color (decimal): -14985208 or 546843. OLE color: 546843.
HSL color Cylindrical-coordinate representation of color #1B5808: hue angle of 105.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B5808 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 88 | 8 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.65 |
| HSL | 105.75º | 0.83% | 0.19% | - |
| HSV(B) | 105.75º | 0.91% | 0.35% | - |
| XYZ | 3.99 | 7.23 | 1.42 | - |
| YUV | 60.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 88 | 8 | 0.69 | 0 | 0.91 | 0.65 | 105.75 | 0.83 | 0.19 |
| Hex | 1B | 58 | 8 | 45 | 0 | 5B | 41 | 6A | 53 | 13 |
| Octal | 33 | 130 | 10 | 105 | 0 | 133 | 101 | 152 | 123 | 23 |
| Binary | 11011 | 1011000 | 1000 | 1000101 | 0 | 1011011 | 1000001 | 1101010 | 1010011 | 10011 |
Color Harmonies of #1B5808
Complementary color
Monochromatic Colors of #1B5808
Black with #1B5808
Text Example
Text Example
White with #1B5808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5808; }
p { color: rgb(27,88,8); }
H1.HeaderClassName
{
color: #1B5808;
}
.AnyTagClassName
{
color: #1B5808;
}
</style>
background-color css
<style>
a { background-color: #1B5808; }
a { background-color: rgb(27,88,8); }
div.DivClassName
{
background-color: #1B5808;
}
.BgClassName
{
background-color: #1B5808;
}
</style>
border-color css
<style>
span { border-color: #1B5808; }
span { border-color: rgb(27,88,8); }
td.TdClassName
{
border-color: #1B5808;
}
.TagClassName
{
border-color: #1B5808;
}
</style>