Shades of Myrtle #1B5303
Tints of Myrtle #1B5303
RGB
CMYK
RGB Variations
Color information
#1B5303 (or 0x1B5303) is known color: Myrtle. HEX triplet: 1B, 53 and 03. RGB value is (27,83,3). Sum of RGB (Red+Green+Blue) = 27+83+3=113 (14% of max value = 765). Red value is 27 (10.94% from 255 or 23.89% from 113); Green value is 83 (32.81% from 255 or 73.45% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5303 is #E4ACFC. Grayscale: #393939. Windows color (decimal): -14986493 or 217883. OLE color: 217883.
HSL color Cylindrical-coordinate representation of color #1B5303: hue angle of 102º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B5303 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 3 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.67 |
| HSL | 102º | 0.93% | 0.17% | - |
| HSV(B) | 102º | 0.96% | 0.33% | - |
| XYZ | 3.56 | 6.43 | 1.14 | - |
| YUV | 57.14 | 97.45 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 3 | 0.67 | 0 | 0.96 | 0.67 | 102 | 0.93 | 0.17 |
| Hex | 1B | 53 | 3 | 43 | 0 | 60 | 43 | 66 | 5D | 11 |
| Octal | 33 | 123 | 3 | 103 | 0 | 140 | 103 | 146 | 135 | 21 |
| Binary | 11011 | 1010011 | 11 | 1000011 | 0 | 1100000 | 1000011 | 1100110 | 1011101 | 10001 |
Color Harmonies of #1B5303
Complementary color
Monochromatic Colors of #1B5303
Black with #1B5303
Text Example
Text Example
White with #1B5303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5303; }
p { color: rgb(27,83,3); }
H1.HeaderClassName
{
color: #1B5303;
}
.AnyTagClassName
{
color: #1B5303;
}
</style>
background-color css
<style>
a { background-color: #1B5303; }
a { background-color: rgb(27,83,3); }
div.DivClassName
{
background-color: #1B5303;
}
.BgClassName
{
background-color: #1B5303;
}
</style>
border-color css
<style>
span { border-color: #1B5303; }
span { border-color: rgb(27,83,3); }
td.TdClassName
{
border-color: #1B5303;
}
.TagClassName
{
border-color: #1B5303;
}
</style>