Shades of Myrtle #1B5A15
Tints of Myrtle #1B5A15
RGB
CMYK
RGB Variations
Color information
#1B5A15 (or 0x1B5A15) is known color: Myrtle. HEX triplet: 1B, 5A and 15. RGB value is (27,90,21). Sum of RGB (Red+Green+Blue) = 27+90+21=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 90 (35.55% from 255 or 65.22% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 90 - color contains mainly: green. Hex color #1B5A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5A15 is #E4A5EA. Grayscale: #3F3F3F. Windows color (decimal): -14984683 or 1399323. OLE color: 1399323.
HSL color Cylindrical-coordinate representation of color #1B5A15: hue angle of 114.78º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5A15 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 90 | 21 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.65 |
| HSL | 114.78º | 0.62% | 0.22% | - |
| HSV(B) | 114.78º | 0.77% | 0.35% | - |
| XYZ | 4.24 | 7.6 | 1.95 | - |
| YUV | 63.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 21 | 0.70 | 0 | 0.77 | 0.65 | 114.78 | 0.62 | 0.22 |
| Hex | 1B | 5A | 15 | 46 | 0 | 4D | 41 | 73 | 3E | 16 |
| Octal | 33 | 132 | 25 | 106 | 0 | 115 | 101 | 163 | 76 | 26 |
| Binary | 11011 | 1011010 | 10101 | 1000110 | 0 | 1001101 | 1000001 | 1110011 | 111110 | 10110 |
Color Harmonies of #1B5A15
Complementary color
Monochromatic Colors of #1B5A15
Black with #1B5A15
Text Example
Text Example
White with #1B5A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5A15; }
p { color: rgb(27,90,21); }
H1.HeaderClassName
{
color: #1B5A15;
}
.AnyTagClassName
{
color: #1B5A15;
}
</style>
background-color css
<style>
a { background-color: #1B5A15; }
a { background-color: rgb(27,90,21); }
div.DivClassName
{
background-color: #1B5A15;
}
.BgClassName
{
background-color: #1B5A15;
}
</style>
border-color css
<style>
span { border-color: #1B5A15; }
span { border-color: rgb(27,90,21); }
td.TdClassName
{
border-color: #1B5A15;
}
.TagClassName
{
border-color: #1B5A15;
}
</style>