Shades of Myrtle #1B5309
Tints of Myrtle #1B5309
RGB
CMYK
RGB Variations
Color information
#1B5309 (or 0x1B5309) is known color: Myrtle. HEX triplet: 1B, 53 and 09. RGB value is (27,83,9). Sum of RGB (Red+Green+Blue) = 27+83+9=119 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.69% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5309 is #E4ACF6. Grayscale: #3A3A3A. Windows color (decimal): -14986487 or 611099. OLE color: 611099.
HSL color Cylindrical-coordinate representation of color #1B5309: hue angle of 105.41º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B5309 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 9 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.67 |
| HSL | 105.41º | 0.8% | 0.18% | - |
| HSV(B) | 105.41º | 0.89% | 0.33% | - |
| XYZ | 3.59 | 6.44 | 1.31 | - |
| YUV | 57.82 | 100.45 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 9 | 0.67 | 0 | 0.89 | 0.67 | 105.41 | 0.8 | 0.18 |
| Hex | 1B | 53 | 9 | 43 | 0 | 59 | 43 | 69 | 50 | 12 |
| Octal | 33 | 123 | 11 | 103 | 0 | 131 | 103 | 151 | 120 | 22 |
| Binary | 11011 | 1010011 | 1001 | 1000011 | 0 | 1011001 | 1000011 | 1101001 | 1010000 | 10010 |
Color Harmonies of #1B5309
Complementary color
Monochromatic Colors of #1B5309
Black with #1B5309
Text Example
Text Example
White with #1B5309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5309; }
p { color: rgb(27,83,9); }
H1.HeaderClassName
{
color: #1B5309;
}
.AnyTagClassName
{
color: #1B5309;
}
</style>
background-color css
<style>
a { background-color: #1B5309; }
a { background-color: rgb(27,83,9); }
div.DivClassName
{
background-color: #1B5309;
}
.BgClassName
{
background-color: #1B5309;
}
</style>
border-color css
<style>
span { border-color: #1B5309; }
span { border-color: rgb(27,83,9); }
td.TdClassName
{
border-color: #1B5309;
}
.TagClassName
{
border-color: #1B5309;
}
</style>