Shades of Myrtle #1B5A14
Tints of Myrtle #1B5A14
RGB
CMYK
RGB Variations
Color information
#1B5A14 (or 0x1B5A14) is known color: Myrtle. HEX triplet: 1B, 5A and 14. RGB value is (27,90,20). Sum of RGB (Red+Green+Blue) = 27+90+20=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 90 (35.55% from 255 or 65.69% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 90 - color contains mainly: green. Hex color #1B5A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5A14 is #E4A5EB. Grayscale: #3F3F3F. Windows color (decimal): -14984684 or 1333787. OLE color: 1333787.
HSL color Cylindrical-coordinate representation of color #1B5A14: hue angle of 114º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B5A14 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 90 | 20 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.65 |
| HSL | 114º | 0.64% | 0.22% | - |
| HSV(B) | 114º | 0.78% | 0.35% | - |
| XYZ | 4.23 | 7.6 | 1.9 | - |
| YUV | 63.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 20 | 0.70 | 0 | 0.78 | 0.65 | 114 | 0.64 | 0.22 |
| Hex | 1B | 5A | 14 | 46 | 0 | 4E | 41 | 72 | 40 | 16 |
| Octal | 33 | 132 | 24 | 106 | 0 | 116 | 101 | 162 | 100 | 26 |
| Binary | 11011 | 1011010 | 10100 | 1000110 | 0 | 1001110 | 1000001 | 1110010 | 1000000 | 10110 |
Color Harmonies of #1B5A14
Complementary color
Monochromatic Colors of #1B5A14
Black with #1B5A14
Text Example
Text Example
White with #1B5A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5A14; }
p { color: rgb(27,90,20); }
H1.HeaderClassName
{
color: #1B5A14;
}
.AnyTagClassName
{
color: #1B5A14;
}
</style>
background-color css
<style>
a { background-color: #1B5A14; }
a { background-color: rgb(27,90,20); }
div.DivClassName
{
background-color: #1B5A14;
}
.BgClassName
{
background-color: #1B5A14;
}
</style>
border-color css
<style>
span { border-color: #1B5A14; }
span { border-color: rgb(27,90,20); }
td.TdClassName
{
border-color: #1B5A14;
}
.TagClassName
{
border-color: #1B5A14;
}
</style>