Shades of Myrtle #1B4E18
Tints of Myrtle #1B4E18
RGB
CMYK
RGB Variations
Color information
#1B4E18 (or 0x1B4E18) is known color: Myrtle. HEX triplet: 1B, 4E and 18. RGB value is (27,78,24). Sum of RGB (Red+Green+Blue) = 27+78+24=129 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.93% from 129); Green value is 78 (30.86% from 255 or 60.47% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 78 - color contains mainly: green. Hex color #1B4E18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B4E18 is #E4B1E7. Grayscale: #383838. Windows color (decimal): -14987752 or 1592859. OLE color: 1592859.
HSL color Cylindrical-coordinate representation of color #1B4E18: hue angle of 116.67º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4E18 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 78 | 24 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.69 |
| HSL | 116.67º | 0.53% | 0.2% | - |
| HSV(B) | 116.67º | 0.69% | 0.31% | - |
| XYZ | 3.34 | 5.75 | 1.8 | - |
| YUV | 56.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 24 | 0.65 | 0 | 0.69 | 0.69 | 116.67 | 0.53 | 0.2 |
| Hex | 1B | 4E | 18 | 41 | 0 | 45 | 45 | 75 | 35 | 14 |
| Octal | 33 | 116 | 30 | 101 | 0 | 105 | 105 | 165 | 65 | 24 |
| Binary | 11011 | 1001110 | 11000 | 1000001 | 0 | 1000101 | 1000101 | 1110101 | 110101 | 10100 |
Color Harmonies of #1B4E18
Complementary color
Monochromatic Colors of #1B4E18
Black with #1B4E18
Text Example
Text Example
White with #1B4E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4E18; }
p { color: rgb(27,78,24); }
H1.HeaderClassName
{
color: #1B4E18;
}
.AnyTagClassName
{
color: #1B4E18;
}
</style>
background-color css
<style>
a { background-color: #1B4E18; }
a { background-color: rgb(27,78,24); }
div.DivClassName
{
background-color: #1B4E18;
}
.BgClassName
{
background-color: #1B4E18;
}
</style>
border-color css
<style>
span { border-color: #1B4E18; }
span { border-color: rgb(27,78,24); }
td.TdClassName
{
border-color: #1B4E18;
}
.TagClassName
{
border-color: #1B4E18;
}
</style>