Shades of Myrtle #1B5F0A
Tints of Myrtle #1B5F0A
RGB
CMYK
RGB Variations
Color information
#1B5F0A (or 0x1B5F0A) is known color: Myrtle. HEX triplet: 1B, 5F and 0A. RGB value is (27,95,10). Sum of RGB (Red+Green+Blue) = 27+95+10=132 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.45% from 132); Green value is 95 (37.5% from 255 or 71.97% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 95 - color contains mainly: green. Hex color #1B5F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5F0A is #E4A0F5. Grayscale: #414141. Windows color (decimal): -14983414 or 679707. OLE color: 679707.
HSL color Cylindrical-coordinate representation of color #1B5F0A: hue angle of 108º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B5F0A is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 95 | 10 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.63 |
| HSL | 108º | 0.81% | 0.21% | - |
| HSV(B) | 108º | 0.89% | 0.37% | - |
| XYZ | 4.6 | 8.44 | 1.67 | - |
| YUV | 64.98 | 96.97 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 10 | 0.72 | 0 | 0.89 | 0.63 | 108 | 0.81 | 0.21 |
| Hex | 1B | 5F | A | 48 | 0 | 59 | 3F | 6C | 51 | 15 |
| Octal | 33 | 137 | 12 | 110 | 0 | 131 | 77 | 154 | 121 | 25 |
| Binary | 11011 | 1011111 | 1010 | 1001000 | 0 | 1011001 | 111111 | 1101100 | 1010001 | 10101 |
Color Harmonies of #1B5F0A
Complementary color
Monochromatic Colors of #1B5F0A
Black with #1B5F0A
Text Example
Text Example
White with #1B5F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5F0A; }
p { color: rgb(27,95,10); }
H1.HeaderClassName
{
color: #1B5F0A;
}
.AnyTagClassName
{
color: #1B5F0A;
}
</style>
background-color css
<style>
a { background-color: #1B5F0A; }
a { background-color: rgb(27,95,10); }
div.DivClassName
{
background-color: #1B5F0A;
}
.BgClassName
{
background-color: #1B5F0A;
}
</style>
border-color css
<style>
span { border-color: #1B5F0A; }
span { border-color: rgb(27,95,10); }
td.TdClassName
{
border-color: #1B5F0A;
}
.TagClassName
{
border-color: #1B5F0A;
}
</style>