Shades of Myrtle #1B5104
Tints of Myrtle #1B5104
RGB
CMYK
RGB Variations
Color information
#1B5104 (or 0x1B5104) is known color: Myrtle. HEX triplet: 1B, 51 and 04. RGB value is (27,81,4). Sum of RGB (Red+Green+Blue) = 27+81+4=112 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.11% from 112); Green value is 81 (32.03% from 255 or 72.32% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 81 - color contains mainly: green. Hex color #1B5104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5104 is #E4AEFB. Grayscale: #383838. Windows color (decimal): -14987004 or 282907. OLE color: 282907.
HSL color Cylindrical-coordinate representation of color #1B5104: hue angle of 102.08º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B5104 is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 81 | 4 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.68 |
| HSL | 102.08º | 0.91% | 0.17% | - |
| HSV(B) | 102.08º | 0.95% | 0.32% | - |
| XYZ | 3.42 | 6.13 | 1.12 | - |
| YUV | 56.08 | 98.61 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 4 | 0.67 | 0 | 0.95 | 0.68 | 102.08 | 0.91 | 0.17 |
| Hex | 1B | 51 | 4 | 43 | 0 | 5F | 44 | 66 | 5B | 11 |
| Octal | 33 | 121 | 4 | 103 | 0 | 137 | 104 | 146 | 133 | 21 |
| Binary | 11011 | 1010001 | 100 | 1000011 | 0 | 1011111 | 1000100 | 1100110 | 1011011 | 10001 |
Color Harmonies of #1B5104
Complementary color
Monochromatic Colors of #1B5104
Black with #1B5104
Text Example
Text Example
White with #1B5104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5104; }
p { color: rgb(27,81,4); }
H1.HeaderClassName
{
color: #1B5104;
}
.AnyTagClassName
{
color: #1B5104;
}
</style>
background-color css
<style>
a { background-color: #1B5104; }
a { background-color: rgb(27,81,4); }
div.DivClassName
{
background-color: #1B5104;
}
.BgClassName
{
background-color: #1B5104;
}
</style>
border-color css
<style>
span { border-color: #1B5104; }
span { border-color: rgb(27,81,4); }
td.TdClassName
{
border-color: #1B5104;
}
.TagClassName
{
border-color: #1B5104;
}
</style>