Shades of Myrtle #1B5D14
Tints of Myrtle #1B5D14
RGB
CMYK
RGB Variations
Color information
#1B5D14 (or 0x1B5D14) is known color: Myrtle. HEX triplet: 1B, 5D and 14. RGB value is (27,93,20). Sum of RGB (Red+Green+Blue) = 27+93+20=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 93 (36.72% from 255 or 66.43% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 93 - color contains mainly: green. Hex color #1B5D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5D14 is #E4A2EB. Grayscale: #414141. Windows color (decimal): -14983916 or 1334555. OLE color: 1334555.
HSL color Cylindrical-coordinate representation of color #1B5D14: hue angle of 114.25º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B5D14 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 93 | 20 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.64 |
| HSL | 114.25º | 0.65% | 0.22% | - |
| HSV(B) | 114.25º | 0.78% | 0.36% | - |
| XYZ | 4.49 | 8.11 | 1.99 | - |
| YUV | 64.94 | 102.63 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 20 | 0.71 | 0 | 0.78 | 0.64 | 114.25 | 0.65 | 0.22 |
| Hex | 1B | 5D | 14 | 47 | 0 | 4E | 40 | 72 | 41 | 16 |
| Octal | 33 | 135 | 24 | 107 | 0 | 116 | 100 | 162 | 101 | 26 |
| Binary | 11011 | 1011101 | 10100 | 1000111 | 0 | 1001110 | 1000000 | 1110010 | 1000001 | 10110 |
Color Harmonies of #1B5D14
Complementary color
Monochromatic Colors of #1B5D14
Black with #1B5D14
Text Example
Text Example
White with #1B5D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5D14; }
p { color: rgb(27,93,20); }
H1.HeaderClassName
{
color: #1B5D14;
}
.AnyTagClassName
{
color: #1B5D14;
}
</style>
background-color css
<style>
a { background-color: #1B5D14; }
a { background-color: rgb(27,93,20); }
div.DivClassName
{
background-color: #1B5D14;
}
.BgClassName
{
background-color: #1B5D14;
}
</style>
border-color css
<style>
span { border-color: #1B5D14; }
span { border-color: rgb(27,93,20); }
td.TdClassName
{
border-color: #1B5D14;
}
.TagClassName
{
border-color: #1B5D14;
}
</style>