Shades of Myrtle #1B5021
Tints of Myrtle #1B5021
RGB
CMYK
RGB Variations
Color information
#1B5021 (or 0x1B5021) is known color: Myrtle. HEX triplet: 1B, 50 and 21. RGB value is (27,80,33). Sum of RGB (Red+Green+Blue) = 27+80+33=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #1B5021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5021 is #E4AFDE. Grayscale: #3A3A3A. Windows color (decimal): -14987231 or 2183195. OLE color: 2183195.
HSL color Cylindrical-coordinate representation of color #1B5021: hue angle of 126.79º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B5021 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 33 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.69 |
| HSL | 126.79º | 0.5% | 0.21% | - |
| HSV(B) | 126.79º | 0.66% | 0.31% | - |
| XYZ | 3.6 | 6.08 | 2.42 | - |
| YUV | 58.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 33 | 0.66 | 0 | 0.59 | 0.69 | 126.79 | 0.5 | 0.21 |
| Hex | 1B | 50 | 21 | 42 | 0 | 3B | 45 | 7F | 32 | 15 |
| Octal | 33 | 120 | 41 | 102 | 0 | 73 | 105 | 177 | 62 | 25 |
| Binary | 11011 | 1010000 | 100001 | 1000010 | 0 | 111011 | 1000101 | 1111111 | 110010 | 10101 |
Color Harmonies of #1B5021
Complementary color
Monochromatic Colors of #1B5021
Black with #1B5021
Text Example
Text Example
White with #1B5021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5021; }
p { color: rgb(27,80,33); }
H1.HeaderClassName
{
color: #1B5021;
}
.AnyTagClassName
{
color: #1B5021;
}
</style>
background-color css
<style>
a { background-color: #1B5021; }
a { background-color: rgb(27,80,33); }
div.DivClassName
{
background-color: #1B5021;
}
.BgClassName
{
background-color: #1B5021;
}
</style>
border-color css
<style>
span { border-color: #1B5021; }
span { border-color: rgb(27,80,33); }
td.TdClassName
{
border-color: #1B5021;
}
.TagClassName
{
border-color: #1B5021;
}
</style>