Shades of Myrtle #1B481C
Tints of Myrtle #1B481C
RGB
CMYK
RGB Variations
Color information
#1B481C (or 0x1B481C) is known color: Myrtle. HEX triplet: 1B, 48 and 1C. RGB value is (27,72,28). Sum of RGB (Red+Green+Blue) = 27+72+28=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #1B481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B481C is #E4B7E3. Grayscale: #353535. Windows color (decimal): -14989284 or 1853467. OLE color: 1853467.
HSL color Cylindrical-coordinate representation of color #1B481C: hue angle of 121.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B481C is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 72 | 28 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.72 |
| HSL | 121.33º | 0.45% | 0.19% | - |
| HSV(B) | 121.33º | 0.63% | 0.28% | - |
| XYZ | 2.98 | 4.95 | 1.9 | - |
| YUV | 53.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 28 | 0.62 | 0 | 0.61 | 0.72 | 121.33 | 0.45 | 0.19 |
| Hex | 1B | 48 | 1C | 3E | 0 | 3D | 48 | 79 | 2D | 13 |
| Octal | 33 | 110 | 34 | 76 | 0 | 75 | 110 | 171 | 55 | 23 |
| Binary | 11011 | 1001000 | 11100 | 111110 | 0 | 111101 | 1001000 | 1111001 | 101101 | 10011 |
Color Harmonies of #1B481C
Complementary color
Monochromatic Colors of #1B481C
Black with #1B481C
Text Example
Text Example
White with #1B481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B481C; }
p { color: rgb(27,72,28); }
H1.HeaderClassName
{
color: #1B481C;
}
.AnyTagClassName
{
color: #1B481C;
}
</style>
background-color css
<style>
a { background-color: #1B481C; }
a { background-color: rgb(27,72,28); }
div.DivClassName
{
background-color: #1B481C;
}
.BgClassName
{
background-color: #1B481C;
}
</style>
border-color css
<style>
span { border-color: #1B481C; }
span { border-color: rgb(27,72,28); }
td.TdClassName
{
border-color: #1B481C;
}
.TagClassName
{
border-color: #1B481C;
}
</style>