Shades of Myrtle #1B5316
Tints of Myrtle #1B5316
RGB
CMYK
RGB Variations
Color information
#1B5316 (or 0x1B5316) is known color: Myrtle. HEX triplet: 1B, 53 and 16. RGB value is (27,83,22). Sum of RGB (Red+Green+Blue) = 27+83+22=132 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.45% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5316 is #E4ACE9. Grayscale: #3B3B3B. Windows color (decimal): -14986474 or 1463067. OLE color: 1463067.
HSL color Cylindrical-coordinate representation of color #1B5316: hue angle of 115.08º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B5316 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 22 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.67 |
| HSL | 115.08º | 0.58% | 0.21% | - |
| HSV(B) | 115.08º | 0.73% | 0.33% | - |
| XYZ | 3.69 | 6.48 | 1.81 | - |
| YUV | 59.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 22 | 0.67 | 0 | 0.73 | 0.67 | 115.08 | 0.58 | 0.21 |
| Hex | 1B | 53 | 16 | 43 | 0 | 49 | 43 | 73 | 3A | 15 |
| Octal | 33 | 123 | 26 | 103 | 0 | 111 | 103 | 163 | 72 | 25 |
| Binary | 11011 | 1010011 | 10110 | 1000011 | 0 | 1001001 | 1000011 | 1110011 | 111010 | 10101 |
Color Harmonies of #1B5316
Complementary color
Monochromatic Colors of #1B5316
Black with #1B5316
Text Example
Text Example
White with #1B5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5316; }
p { color: rgb(27,83,22); }
H1.HeaderClassName
{
color: #1B5316;
}
.AnyTagClassName
{
color: #1B5316;
}
</style>
background-color css
<style>
a { background-color: #1B5316; }
a { background-color: rgb(27,83,22); }
div.DivClassName
{
background-color: #1B5316;
}
.BgClassName
{
background-color: #1B5316;
}
</style>
border-color css
<style>
span { border-color: #1B5316; }
span { border-color: rgb(27,83,22); }
td.TdClassName
{
border-color: #1B5316;
}
.TagClassName
{
border-color: #1B5316;
}
</style>