Shades of Myrtle #1B4010
Tints of Myrtle #1B4010
RGB
CMYK
RGB Variations
Color information
#1B4010 (or 0x1B4010) is known color: Myrtle. HEX triplet: 1B, 40 and 10. RGB value is (27,64,16). Sum of RGB (Red+Green+Blue) = 27+64+16=107 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.23% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #1B4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4010 is #E4BFEF. Grayscale: #2F2F2F. Windows color (decimal): -14991344 or 1064987. OLE color: 1064987.
HSL color Cylindrical-coordinate representation of color #1B4010: hue angle of 106.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B4010 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 64 | 16 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.75 |
| HSL | 106.25º | 0.6% | 0.16% | - |
| HSV(B) | 106.25º | 0.75% | 0.25% | - |
| XYZ | 2.38 | 3.94 | 1.12 | - |
| YUV | 47.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 16 | 0.58 | 0 | 0.75 | 0.75 | 106.25 | 0.6 | 0.16 |
| Hex | 1B | 40 | 10 | 3A | 0 | 4B | 4B | 6A | 3C | 10 |
| Octal | 33 | 100 | 20 | 72 | 0 | 113 | 113 | 152 | 74 | 20 |
| Binary | 11011 | 1000000 | 10000 | 111010 | 0 | 1001011 | 1001011 | 1101010 | 111100 | 10000 |
Color Harmonies of #1B4010
Complementary color
Monochromatic Colors of #1B4010
Black with #1B4010
Text Example
Text Example
White with #1B4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4010; }
p { color: rgb(27,64,16); }
H1.HeaderClassName
{
color: #1B4010;
}
.AnyTagClassName
{
color: #1B4010;
}
</style>
background-color css
<style>
a { background-color: #1B4010; }
a { background-color: rgb(27,64,16); }
div.DivClassName
{
background-color: #1B4010;
}
.BgClassName
{
background-color: #1B4010;
}
</style>
border-color css
<style>
span { border-color: #1B4010; }
span { border-color: rgb(27,64,16); }
td.TdClassName
{
border-color: #1B4010;
}
.TagClassName
{
border-color: #1B4010;
}
</style>