Shades of Myrtle #1B510F
Tints of Myrtle #1B510F
RGB
CMYK
RGB Variations
Color information
#1B510F (or 0x1B510F) is known color: Myrtle. HEX triplet: 1B, 51 and 0F. RGB value is (27,81,15). Sum of RGB (Red+Green+Blue) = 27+81+15=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 81 (32.03% from 255 or 65.85% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 81 - color contains mainly: green. Hex color #1B510F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B510F is #E4AEF0. Grayscale: #393939. Windows color (decimal): -14986993 or 1003803. OLE color: 1003803.
HSL color Cylindrical-coordinate representation of color #1B510F: hue angle of 109.09º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B510F is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 81 | 15 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.68 |
| HSL | 109.09º | 0.69% | 0.19% | - |
| HSV(B) | 109.09º | 0.81% | 0.32% | - |
| XYZ | 3.48 | 6.15 | 1.46 | - |
| YUV | 57.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 15 | 0.67 | 0 | 0.81 | 0.68 | 109.09 | 0.69 | 0.19 |
| Hex | 1B | 51 | F | 43 | 0 | 51 | 44 | 6D | 45 | 13 |
| Octal | 33 | 121 | 17 | 103 | 0 | 121 | 104 | 155 | 105 | 23 |
| Binary | 11011 | 1010001 | 1111 | 1000011 | 0 | 1010001 | 1000100 | 1101101 | 1000101 | 10011 |
Color Harmonies of #1B510F
Complementary color
Monochromatic Colors of #1B510F
Black with #1B510F
Text Example
Text Example
White with #1B510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B510F; }
p { color: rgb(27,81,15); }
H1.HeaderClassName
{
color: #1B510F;
}
.AnyTagClassName
{
color: #1B510F;
}
</style>
background-color css
<style>
a { background-color: #1B510F; }
a { background-color: rgb(27,81,15); }
div.DivClassName
{
background-color: #1B510F;
}
.BgClassName
{
background-color: #1B510F;
}
</style>
border-color css
<style>
span { border-color: #1B510F; }
span { border-color: rgb(27,81,15); }
td.TdClassName
{
border-color: #1B510F;
}
.TagClassName
{
border-color: #1B510F;
}
</style>