Shades of Myrtle #1B5A16
Tints of Myrtle #1B5A16
RGB
CMYK
RGB Variations
Color information
#1B5A16 (or 0x1B5A16) is known color: Myrtle. HEX triplet: 1B, 5A and 16. RGB value is (27,90,22). Sum of RGB (Red+Green+Blue) = 27+90+22=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 90 (35.55% from 255 or 64.75% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 90 - color contains mainly: green. Hex color #1B5A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5A16 is #E4A5E9. Grayscale: #3F3F3F. Windows color (decimal): -14984682 or 1464859. OLE color: 1464859.
HSL color Cylindrical-coordinate representation of color #1B5A16: hue angle of 115.59º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B5A16 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 90 | 22 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.65 |
| HSL | 115.59º | 0.61% | 0.22% | - |
| HSV(B) | 115.59º | 0.76% | 0.35% | - |
| XYZ | 4.25 | 7.6 | 2 | - |
| YUV | 63.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 22 | 0.70 | 0 | 0.76 | 0.65 | 115.59 | 0.61 | 0.22 |
| Hex | 1B | 5A | 16 | 46 | 0 | 4C | 41 | 74 | 3D | 16 |
| Octal | 33 | 132 | 26 | 106 | 0 | 114 | 101 | 164 | 75 | 26 |
| Binary | 11011 | 1011010 | 10110 | 1000110 | 0 | 1001100 | 1000001 | 1110100 | 111101 | 10110 |
Color Harmonies of #1B5A16
Complementary color
Monochromatic Colors of #1B5A16
Black with #1B5A16
Text Example
Text Example
White with #1B5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5A16; }
p { color: rgb(27,90,22); }
H1.HeaderClassName
{
color: #1B5A16;
}
.AnyTagClassName
{
color: #1B5A16;
}
</style>
background-color css
<style>
a { background-color: #1B5A16; }
a { background-color: rgb(27,90,22); }
div.DivClassName
{
background-color: #1B5A16;
}
.BgClassName
{
background-color: #1B5A16;
}
</style>
border-color css
<style>
span { border-color: #1B5A16; }
span { border-color: rgb(27,90,22); }
td.TdClassName
{
border-color: #1B5A16;
}
.TagClassName
{
border-color: #1B5A16;
}
</style>