Shades of Myrtle #1B520F
Tints of Myrtle #1B520F
RGB
CMYK
RGB Variations
Color information
#1B520F (or 0x1B520F) is known color: Myrtle. HEX triplet: 1B, 52 and 0F. RGB value is (27,82,15). Sum of RGB (Red+Green+Blue) = 27+82+15=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 82 (32.42% from 255 or 66.13% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 82 - color contains mainly: green. Hex color #1B520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B520F is #E4ADF0. Grayscale: #3A3A3A. Windows color (decimal): -14986737 or 1004059. OLE color: 1004059.
HSL color Cylindrical-coordinate representation of color #1B520F: hue angle of 109.25º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B520F is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 82 | 15 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.68 |
| HSL | 109.25º | 0.69% | 0.19% | - |
| HSV(B) | 109.25º | 0.82% | 0.32% | - |
| XYZ | 3.56 | 6.3 | 1.48 | - |
| YUV | 57.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 15 | 0.67 | 0 | 0.82 | 0.68 | 109.25 | 0.69 | 0.19 |
| Hex | 1B | 52 | F | 43 | 0 | 52 | 44 | 6D | 45 | 13 |
| Octal | 33 | 122 | 17 | 103 | 0 | 122 | 104 | 155 | 105 | 23 |
| Binary | 11011 | 1010010 | 1111 | 1000011 | 0 | 1010010 | 1000100 | 1101101 | 1000101 | 10011 |
Color Harmonies of #1B520F
Complementary color
Monochromatic Colors of #1B520F
Black with #1B520F
Text Example
Text Example
White with #1B520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B520F; }
p { color: rgb(27,82,15); }
H1.HeaderClassName
{
color: #1B520F;
}
.AnyTagClassName
{
color: #1B520F;
}
</style>
background-color css
<style>
a { background-color: #1B520F; }
a { background-color: rgb(27,82,15); }
div.DivClassName
{
background-color: #1B520F;
}
.BgClassName
{
background-color: #1B520F;
}
</style>
border-color css
<style>
span { border-color: #1B520F; }
span { border-color: rgb(27,82,15); }
td.TdClassName
{
border-color: #1B520F;
}
.TagClassName
{
border-color: #1B520F;
}
</style>