Shades of Myrtle #1B5521
Tints of Myrtle #1B5521
RGB
CMYK
RGB Variations
Color information
#1B5521 (or 0x1B5521) is known color: Myrtle. HEX triplet: 1B, 55 and 21. RGB value is (27,85,33). Sum of RGB (Red+Green+Blue) = 27+85+33=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5521 is #E4AADE. Grayscale: #3D3D3D. Windows color (decimal): -14985951 or 2184475. OLE color: 2184475.
HSL color Cylindrical-coordinate representation of color #1B5521: hue angle of 126.21º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5521 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 85 | 33 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.67 |
| HSL | 126.21º | 0.52% | 0.22% | - |
| HSV(B) | 126.21º | 0.68% | 0.33% | - |
| XYZ | 3.98 | 6.84 | 2.55 | - |
| YUV | 61.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 33 | 0.68 | 0 | 0.61 | 0.67 | 126.21 | 0.52 | 0.22 |
| Hex | 1B | 55 | 21 | 44 | 0 | 3D | 43 | 7E | 34 | 16 |
| Octal | 33 | 125 | 41 | 104 | 0 | 75 | 103 | 176 | 64 | 26 |
| Binary | 11011 | 1010101 | 100001 | 1000100 | 0 | 111101 | 1000011 | 1111110 | 110100 | 10110 |
Color Harmonies of #1B5521
Complementary color
Monochromatic Colors of #1B5521
Black with #1B5521
Text Example
Text Example
White with #1B5521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5521; }
p { color: rgb(27,85,33); }
H1.HeaderClassName
{
color: #1B5521;
}
.AnyTagClassName
{
color: #1B5521;
}
</style>
background-color css
<style>
a { background-color: #1B5521; }
a { background-color: rgb(27,85,33); }
div.DivClassName
{
background-color: #1B5521;
}
.BgClassName
{
background-color: #1B5521;
}
</style>
border-color css
<style>
span { border-color: #1B5521; }
span { border-color: rgb(27,85,33); }
td.TdClassName
{
border-color: #1B5521;
}
.TagClassName
{
border-color: #1B5521;
}
</style>