Shades of Myrtle #1B4820
Tints of Myrtle #1B4820
RGB
CMYK
RGB Variations
Color information
#1B4820 (or 0x1B4820) is known color: Myrtle. HEX triplet: 1B, 48 and 20. RGB value is (27,72,32). Sum of RGB (Red+Green+Blue) = 27+72+32=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #1B4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4820 is #E4B7DF. Grayscale: #363636. Windows color (decimal): -14989280 or 2115611. OLE color: 2115611.
HSL color Cylindrical-coordinate representation of color #1B4820: hue angle of 126.67º 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 #1B4820 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 72 | 32 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.72 |
| HSL | 126.67º | 0.45% | 0.19% | - |
| HSV(B) | 126.67º | 0.63% | 0.28% | - |
| XYZ | 3.03 | 4.97 | 2.17 | - |
| YUV | 53.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 32 | 0.62 | 0 | 0.56 | 0.72 | 126.67 | 0.45 | 0.19 |
| Hex | 1B | 48 | 20 | 3E | 0 | 38 | 48 | 7F | 2D | 13 |
| Octal | 33 | 110 | 40 | 76 | 0 | 70 | 110 | 177 | 55 | 23 |
| Binary | 11011 | 1001000 | 100000 | 111110 | 0 | 111000 | 1001000 | 1111111 | 101101 | 10011 |
Color Harmonies of #1B4820
Complementary color
Monochromatic Colors of #1B4820
Black with #1B4820
Text Example
Text Example
White with #1B4820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4820; }
p { color: rgb(27,72,32); }
H1.HeaderClassName
{
color: #1B4820;
}
.AnyTagClassName
{
color: #1B4820;
}
</style>
background-color css
<style>
a { background-color: #1B4820; }
a { background-color: rgb(27,72,32); }
div.DivClassName
{
background-color: #1B4820;
}
.BgClassName
{
background-color: #1B4820;
}
</style>
border-color css
<style>
span { border-color: #1B4820; }
span { border-color: rgb(27,72,32); }
td.TdClassName
{
border-color: #1B4820;
}
.TagClassName
{
border-color: #1B4820;
}
</style>