Shades of Myrtle #1B480B
Tints of Myrtle #1B480B
RGB
CMYK
RGB Variations
Color information
#1B480B (or 0x1B480B) is known color: Myrtle. HEX triplet: 1B, 48 and 0B. RGB value is (27,72,11). Sum of RGB (Red+Green+Blue) = 27+72+11=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #1B480B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B480B is #E4B7F4. Grayscale: #333333. Windows color (decimal): -14989301 or 739355. OLE color: 739355.
HSL color Cylindrical-coordinate representation of color #1B480B: hue angle of 104.26º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B480B is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 72 | 11 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.72 |
| HSL | 104.26º | 0.73% | 0.16% | - |
| HSV(B) | 104.26º | 0.85% | 0.28% | - |
| XYZ | 2.83 | 4.89 | 1.11 | - |
| YUV | 51.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 11 | 0.62 | 0 | 0.85 | 0.72 | 104.26 | 0.73 | 0.16 |
| Hex | 1B | 48 | B | 3E | 0 | 55 | 48 | 68 | 49 | 10 |
| Octal | 33 | 110 | 13 | 76 | 0 | 125 | 110 | 150 | 111 | 20 |
| Binary | 11011 | 1001000 | 1011 | 111110 | 0 | 1010101 | 1001000 | 1101000 | 1001001 | 10000 |
Color Harmonies of #1B480B
Complementary color
Monochromatic Colors of #1B480B
Black with #1B480B
Text Example
Text Example
White with #1B480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B480B; }
p { color: rgb(27,72,11); }
H1.HeaderClassName
{
color: #1B480B;
}
.AnyTagClassName
{
color: #1B480B;
}
</style>
background-color css
<style>
a { background-color: #1B480B; }
a { background-color: rgb(27,72,11); }
div.DivClassName
{
background-color: #1B480B;
}
.BgClassName
{
background-color: #1B480B;
}
</style>
border-color css
<style>
span { border-color: #1B480B; }
span { border-color: rgb(27,72,11); }
td.TdClassName
{
border-color: #1B480B;
}
.TagClassName
{
border-color: #1B480B;
}
</style>