Shades of Myrtle #1B3E04
Tints of Myrtle #1B3E04
RGB
CMYK
RGB Variations
Color information
#1B3E04 (or 0x1B3E04) is known color: Myrtle. HEX triplet: 1B, 3E and 04. RGB value is (27,62,4). Sum of RGB (Red+Green+Blue) = 27+62+4=93 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.03% from 93); Green value is 62 (24.61% from 255 or 66.67% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 62 - color contains mainly: green. Hex color #1B3E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3E04 is #E4C1FB. Grayscale: #2D2D2D. Windows color (decimal): -14991868 or 278043. OLE color: 278043.
HSL color Cylindrical-coordinate representation of color #1B3E04: hue angle of 96.21º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B3E04 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 62 | 4 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.76 |
| HSL | 96.21º | 0.88% | 0.13% | - |
| HSV(B) | 96.21º | 0.94% | 0.24% | - |
| XYZ | 2.2 | 3.69 | 0.71 | - |
| YUV | 44.92 | 104.9 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 4 | 0.56 | 0 | 0.94 | 0.76 | 96.21 | 0.88 | 0.13 |
| Hex | 1B | 3E | 4 | 38 | 0 | 5E | 4C | 60 | 58 | D |
| Octal | 33 | 76 | 4 | 70 | 0 | 136 | 114 | 140 | 130 | 15 |
| Binary | 11011 | 111110 | 100 | 111000 | 0 | 1011110 | 1001100 | 1100000 | 1011000 | 1101 |
Color Harmonies of #1B3E04
Complementary color
Monochromatic Colors of #1B3E04
Black with #1B3E04
Text Example
Text Example
White with #1B3E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3E04; }
p { color: rgb(27,62,4); }
H1.HeaderClassName
{
color: #1B3E04;
}
.AnyTagClassName
{
color: #1B3E04;
}
</style>
background-color css
<style>
a { background-color: #1B3E04; }
a { background-color: rgb(27,62,4); }
div.DivClassName
{
background-color: #1B3E04;
}
.BgClassName
{
background-color: #1B3E04;
}
</style>
border-color css
<style>
span { border-color: #1B3E04; }
span { border-color: rgb(27,62,4); }
td.TdClassName
{
border-color: #1B3E04;
}
.TagClassName
{
border-color: #1B3E04;
}
</style>