Shades of Myrtle #1B4B14
Tints of Myrtle #1B4B14
RGB
CMYK
RGB Variations
Color information
#1B4B14 (or 0x1B4B14) is known color: Myrtle. HEX triplet: 1B, 4B and 14. RGB value is (27,75,20). Sum of RGB (Red+Green+Blue) = 27+75+20=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 75 (29.69% from 255 or 61.48% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 75 - color contains mainly: green. Hex color #1B4B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4B14 is #E4B4EB. Grayscale: #363636. Windows color (decimal): -14988524 or 1329947. OLE color: 1329947.
HSL color Cylindrical-coordinate representation of color #1B4B14: hue angle of 112.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B4B14 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 75 | 20 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.71 |
| HSL | 112.36º | 0.58% | 0.19% | - |
| HSV(B) | 112.36º | 0.73% | 0.29% | - |
| XYZ | 3.09 | 5.32 | 1.52 | - |
| YUV | 54.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 75 | 20 | 0.64 | 0 | 0.73 | 0.71 | 112.36 | 0.58 | 0.19 |
| Hex | 1B | 4B | 14 | 40 | 0 | 49 | 47 | 70 | 3A | 13 |
| Octal | 33 | 113 | 24 | 100 | 0 | 111 | 107 | 160 | 72 | 23 |
| Binary | 11011 | 1001011 | 10100 | 1000000 | 0 | 1001001 | 1000111 | 1110000 | 111010 | 10011 |
Color Harmonies of #1B4B14
Complementary color
Monochromatic Colors of #1B4B14
Black with #1B4B14
Text Example
Text Example
White with #1B4B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4B14; }
p { color: rgb(27,75,20); }
H1.HeaderClassName
{
color: #1B4B14;
}
.AnyTagClassName
{
color: #1B4B14;
}
</style>
background-color css
<style>
a { background-color: #1B4B14; }
a { background-color: rgb(27,75,20); }
div.DivClassName
{
background-color: #1B4B14;
}
.BgClassName
{
background-color: #1B4B14;
}
</style>
border-color css
<style>
span { border-color: #1B4B14; }
span { border-color: rgb(27,75,20); }
td.TdClassName
{
border-color: #1B4B14;
}
.TagClassName
{
border-color: #1B4B14;
}
</style>