Shades of Myrtle #1B521F
Tints of Myrtle #1B521F
RGB
CMYK
RGB Variations
Color information
#1B521F (or 0x1B521F) is known color: Myrtle. HEX triplet: 1B, 52 and 1F. RGB value is (27,82,31). Sum of RGB (Red+Green+Blue) = 27+82+31=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #1B521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B521F is #E4ADE0. Grayscale: #3B3B3B. Windows color (decimal): -14986721 or 2052635. OLE color: 2052635.
HSL color Cylindrical-coordinate representation of color #1B521F: hue angle of 124.36º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B521F is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 82 | 31 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.68 |
| HSL | 124.36º | 0.5% | 0.21% | - |
| HSV(B) | 124.36º | 0.67% | 0.32% | - |
| XYZ | 3.72 | 6.37 | 2.33 | - |
| YUV | 59.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 31 | 0.67 | 0 | 0.62 | 0.68 | 124.36 | 0.5 | 0.21 |
| Hex | 1B | 52 | 1F | 43 | 0 | 3E | 44 | 7C | 32 | 15 |
| Octal | 33 | 122 | 37 | 103 | 0 | 76 | 104 | 174 | 62 | 25 |
| Binary | 11011 | 1010010 | 11111 | 1000011 | 0 | 111110 | 1000100 | 1111100 | 110010 | 10101 |
Color Harmonies of #1B521F
Complementary color
Monochromatic Colors of #1B521F
Black with #1B521F
Text Example
Text Example
White with #1B521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B521F; }
p { color: rgb(27,82,31); }
H1.HeaderClassName
{
color: #1B521F;
}
.AnyTagClassName
{
color: #1B521F;
}
</style>
background-color css
<style>
a { background-color: #1B521F; }
a { background-color: rgb(27,82,31); }
div.DivClassName
{
background-color: #1B521F;
}
.BgClassName
{
background-color: #1B521F;
}
</style>
border-color css
<style>
span { border-color: #1B521F; }
span { border-color: rgb(27,82,31); }
td.TdClassName
{
border-color: #1B521F;
}
.TagClassName
{
border-color: #1B521F;
}
</style>