Shades of Myrtle #1B5022
Tints of Myrtle #1B5022
RGB
CMYK
RGB Variations
Color information
#1B5022 (or 0x1B5022) is known color: Myrtle. HEX triplet: 1B, 50 and 22. RGB value is (27,80,34). Sum of RGB (Red+Green+Blue) = 27+80+34=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #1B5022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5022 is #E4AFDD. Grayscale: #3B3B3B. Windows color (decimal): -14987230 or 2248731. OLE color: 2248731.
HSL color Cylindrical-coordinate representation of color #1B5022: hue angle of 127.92º 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 #1B5022 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 34 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.69 |
| HSL | 127.92º | 0.5% | 0.21% | - |
| HSV(B) | 127.92º | 0.66% | 0.31% | - |
| XYZ | 3.61 | 6.09 | 2.5 | - |
| YUV | 58.91 | 113.94 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 34 | 0.66 | 0 | 0.58 | 0.69 | 127.92 | 0.5 | 0.21 |
| Hex | 1B | 50 | 22 | 42 | 0 | 3A | 45 | 80 | 32 | 15 |
| Octal | 33 | 120 | 42 | 102 | 0 | 72 | 105 | 200 | 62 | 25 |
| Binary | 11011 | 1010000 | 100010 | 1000010 | 0 | 111010 | 1000101 | 10000000 | 110010 | 10101 |
Color Harmonies of #1B5022
Complementary color
Monochromatic Colors of #1B5022
Black with #1B5022
Text Example
Text Example
White with #1B5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5022; }
p { color: rgb(27,80,34); }
H1.HeaderClassName
{
color: #1B5022;
}
.AnyTagClassName
{
color: #1B5022;
}
</style>
background-color css
<style>
a { background-color: #1B5022; }
a { background-color: rgb(27,80,34); }
div.DivClassName
{
background-color: #1B5022;
}
.BgClassName
{
background-color: #1B5022;
}
</style>
border-color css
<style>
span { border-color: #1B5022; }
span { border-color: rgb(27,80,34); }
td.TdClassName
{
border-color: #1B5022;
}
.TagClassName
{
border-color: #1B5022;
}
</style>