Shades of Myrtle #1B4C20
Tints of Myrtle #1B4C20
RGB
CMYK
RGB Variations
Color information
#1B4C20 (or 0x1B4C20) is known color: Myrtle. HEX triplet: 1B, 4C and 20. RGB value is (27,76,32). Sum of RGB (Red+Green+Blue) = 27+76+32=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #1B4C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4C20 is #E4B3DF. Grayscale: #383838. Windows color (decimal): -14988256 or 2116635. OLE color: 2116635.
HSL color Cylindrical-coordinate representation of color #1B4C20: hue angle of 126.12º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B4C20 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 76 | 32 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.70 |
| HSL | 126.12º | 0.48% | 0.2% | - |
| HSV(B) | 126.12º | 0.64% | 0.3% | - |
| XYZ | 3.3 | 5.51 | 2.26 | - |
| YUV | 56.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 76 | 32 | 0.64 | 0 | 0.58 | 0.70 | 126.12 | 0.48 | 0.2 |
| Hex | 1B | 4C | 20 | 40 | 0 | 3A | 46 | 7E | 30 | 14 |
| Octal | 33 | 114 | 40 | 100 | 0 | 72 | 106 | 176 | 60 | 24 |
| Binary | 11011 | 1001100 | 100000 | 1000000 | 0 | 111010 | 1000110 | 1111110 | 110000 | 10100 |
Color Harmonies of #1B4C20
Complementary color
Monochromatic Colors of #1B4C20
Black with #1B4C20
Text Example
Text Example
White with #1B4C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4C20; }
p { color: rgb(27,76,32); }
H1.HeaderClassName
{
color: #1B4C20;
}
.AnyTagClassName
{
color: #1B4C20;
}
</style>
background-color css
<style>
a { background-color: #1B4C20; }
a { background-color: rgb(27,76,32); }
div.DivClassName
{
background-color: #1B4C20;
}
.BgClassName
{
background-color: #1B4C20;
}
</style>
border-color css
<style>
span { border-color: #1B4C20; }
span { border-color: rgb(27,76,32); }
td.TdClassName
{
border-color: #1B4C20;
}
.TagClassName
{
border-color: #1B4C20;
}
</style>