Shades of Myrtle #1B5502
Tints of Myrtle #1B5502
RGB
CMYK
RGB Variations
Color information
#1B5502 (or 0x1B5502) is known color: Myrtle. HEX triplet: 1B, 55 and 02. RGB value is (27,85,2). Sum of RGB (Red+Green+Blue) = 27+85+2=114 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.68% from 114); Green value is 85 (33.59% from 255 or 74.56% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5502 is #E4AAFD. Grayscale: #3A3A3A. Windows color (decimal): -14985982 or 152859. OLE color: 152859.
HSL color Cylindrical-coordinate representation of color #1B5502: hue angle of 101.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B5502 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 85 | 2 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.67 |
| HSL | 101.93º | 0.95% | 0.17% | - |
| HSV(B) | 101.93º | 0.98% | 0.33% | - |
| XYZ | 3.71 | 6.73 | 1.16 | - |
| YUV | 58.2 | 96.28 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 2 | 0.68 | 0 | 0.98 | 0.67 | 101.93 | 0.95 | 0.17 |
| Hex | 1B | 55 | 2 | 44 | 0 | 62 | 43 | 66 | 5F | 11 |
| Octal | 33 | 125 | 2 | 104 | 0 | 142 | 103 | 146 | 137 | 21 |
| Binary | 11011 | 1010101 | 10 | 1000100 | 0 | 1100010 | 1000011 | 1100110 | 1011111 | 10001 |
Color Harmonies of #1B5502
Complementary color
Monochromatic Colors of #1B5502
Black with #1B5502
Text Example
Text Example
White with #1B5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5502; }
p { color: rgb(27,85,2); }
H1.HeaderClassName
{
color: #1B5502;
}
.AnyTagClassName
{
color: #1B5502;
}
</style>
background-color css
<style>
a { background-color: #1B5502; }
a { background-color: rgb(27,85,2); }
div.DivClassName
{
background-color: #1B5502;
}
.BgClassName
{
background-color: #1B5502;
}
</style>
border-color css
<style>
span { border-color: #1B5502; }
span { border-color: rgb(27,85,2); }
td.TdClassName
{
border-color: #1B5502;
}
.TagClassName
{
border-color: #1B5502;
}
</style>