Shades of Myrtle #1B561B
Tints of Myrtle #1B561B
RGB
CMYK
RGB Variations
Color information
#1B561B (or 0x1B561B) is known color: Myrtle. HEX triplet: 1B, 56 and 1B. RGB value is (27,86,27). Sum of RGB (Red+Green+Blue) = 27+86+27=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 86 (33.98% from 255 or 61.43% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 86 - color contains mainly: green. Hex color #1B561B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B561B is #E4A9E4. Grayscale: #3D3D3D. Windows color (decimal): -14985701 or 1791515. OLE color: 1791515.
HSL color Cylindrical-coordinate representation of color #1B561B: hue angle of 120º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B561B is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 86 | 27 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.66 |
| HSL | 120º | 0.52% | 0.22% | - |
| HSV(B) | 120º | 0.69% | 0.34% | - |
| XYZ | 3.98 | 6.97 | 2.17 | - |
| YUV | 61.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 86 | 27 | 0.69 | 0 | 0.69 | 0.66 | 120 | 0.52 | 0.22 |
| Hex | 1B | 56 | 1B | 45 | 0 | 45 | 42 | 78 | 34 | 16 |
| Octal | 33 | 126 | 33 | 105 | 0 | 105 | 102 | 170 | 64 | 26 |
| Binary | 11011 | 1010110 | 11011 | 1000101 | 0 | 1000101 | 1000010 | 1111000 | 110100 | 10110 |
Color Harmonies of #1B561B
Complementary color
Monochromatic Colors of #1B561B
Black with #1B561B
Text Example
Text Example
White with #1B561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B561B; }
p { color: rgb(27,86,27); }
H1.HeaderClassName
{
color: #1B561B;
}
.AnyTagClassName
{
color: #1B561B;
}
</style>
background-color css
<style>
a { background-color: #1B561B; }
a { background-color: rgb(27,86,27); }
div.DivClassName
{
background-color: #1B561B;
}
.BgClassName
{
background-color: #1B561B;
}
</style>
border-color css
<style>
span { border-color: #1B561B; }
span { border-color: rgb(27,86,27); }
td.TdClassName
{
border-color: #1B561B;
}
.TagClassName
{
border-color: #1B561B;
}
</style>