Shades of Myrtle #1B521A
Tints of Myrtle #1B521A
RGB
CMYK
RGB Variations
Color information
#1B521A (or 0x1B521A) is known color: Myrtle. HEX triplet: 1B, 52 and 1A. RGB value is (27,82,26). Sum of RGB (Red+Green+Blue) = 27+82+26=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #1B521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B521A is #E4ADE5. Grayscale: #3B3B3B. Windows color (decimal): -14986726 or 1724955. OLE color: 1724955.
HSL color Cylindrical-coordinate representation of color #1B521A: hue angle of 118.93º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B521A is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 82 | 26 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.68 |
| HSL | 118.93º | 0.52% | 0.21% | - |
| HSV(B) | 118.93º | 0.68% | 0.32% | - |
| XYZ | 3.66 | 6.34 | 2.01 | - |
| YUV | 59.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 26 | 0.67 | 0 | 0.68 | 0.68 | 118.93 | 0.52 | 0.21 |
| Hex | 1B | 52 | 1A | 43 | 0 | 44 | 44 | 77 | 34 | 15 |
| Octal | 33 | 122 | 32 | 103 | 0 | 104 | 104 | 167 | 64 | 25 |
| Binary | 11011 | 1010010 | 11010 | 1000011 | 0 | 1000100 | 1000100 | 1110111 | 110100 | 10101 |
Color Harmonies of #1B521A
Complementary color
Monochromatic Colors of #1B521A
Black with #1B521A
Text Example
Text Example
White with #1B521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B521A; }
p { color: rgb(27,82,26); }
H1.HeaderClassName
{
color: #1B521A;
}
.AnyTagClassName
{
color: #1B521A;
}
</style>
background-color css
<style>
a { background-color: #1B521A; }
a { background-color: rgb(27,82,26); }
div.DivClassName
{
background-color: #1B521A;
}
.BgClassName
{
background-color: #1B521A;
}
</style>
border-color css
<style>
span { border-color: #1B521A; }
span { border-color: rgb(27,82,26); }
td.TdClassName
{
border-color: #1B521A;
}
.TagClassName
{
border-color: #1B521A;
}
</style>