Shades of Myrtle #1B600F
Tints of Myrtle #1B600F
RGB
CMYK
RGB Variations
Color information
#1B600F (or 0x1B600F) is known color: Myrtle. HEX triplet: 1B, 60 and 0F. RGB value is (27,96,15). Sum of RGB (Red+Green+Blue) = 27+96+15=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #1B600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B600F is #E49FF0. Grayscale: #424242. Windows color (decimal): -14983153 or 1007643. OLE color: 1007643.
HSL color Cylindrical-coordinate representation of color #1B600F: hue angle of 111.11º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B600F is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 96 | 15 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.62 |
| HSL | 111.11º | 0.73% | 0.22% | - |
| HSV(B) | 111.11º | 0.84% | 0.38% | - |
| XYZ | 4.72 | 8.63 | 1.87 | - |
| YUV | 66.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 96 | 15 | 0.72 | 0 | 0.84 | 0.62 | 111.11 | 0.73 | 0.22 |
| Hex | 1B | 60 | F | 48 | 0 | 54 | 3E | 6F | 49 | 16 |
| Octal | 33 | 140 | 17 | 110 | 0 | 124 | 76 | 157 | 111 | 26 |
| Binary | 11011 | 1100000 | 1111 | 1001000 | 0 | 1010100 | 111110 | 1101111 | 1001001 | 10110 |
Color Harmonies of #1B600F
Complementary color
Monochromatic Colors of #1B600F
Black with #1B600F
Text Example
Text Example
White with #1B600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B600F; }
p { color: rgb(27,96,15); }
H1.HeaderClassName
{
color: #1B600F;
}
.AnyTagClassName
{
color: #1B600F;
}
</style>
background-color css
<style>
a { background-color: #1B600F; }
a { background-color: rgb(27,96,15); }
div.DivClassName
{
background-color: #1B600F;
}
.BgClassName
{
background-color: #1B600F;
}
</style>
border-color css
<style>
span { border-color: #1B600F; }
span { border-color: rgb(27,96,15); }
td.TdClassName
{
border-color: #1B600F;
}
.TagClassName
{
border-color: #1B600F;
}
</style>