Shades of Myrtle #1B5317
Tints of Myrtle #1B5317
RGB
CMYK
RGB Variations
Color information
#1B5317 (or 0x1B5317) is known color: Myrtle. HEX triplet: 1B, 53 and 17. RGB value is (27,83,23). Sum of RGB (Red+Green+Blue) = 27+83+23=133 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.30% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5317 is #E4ACE8. Grayscale: #3B3B3B. Windows color (decimal): -14986473 or 1528603. OLE color: 1528603.
HSL color Cylindrical-coordinate representation of color #1B5317: hue angle of 116º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B5317 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 23 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.67 |
| HSL | 116º | 0.57% | 0.21% | - |
| HSV(B) | 116º | 0.72% | 0.33% | - |
| XYZ | 3.7 | 6.48 | 1.87 | - |
| YUV | 59.42 | 107.45 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 23 | 0.67 | 0 | 0.72 | 0.67 | 116 | 0.57 | 0.21 |
| Hex | 1B | 53 | 17 | 43 | 0 | 48 | 43 | 74 | 39 | 15 |
| Octal | 33 | 123 | 27 | 103 | 0 | 110 | 103 | 164 | 71 | 25 |
| Binary | 11011 | 1010011 | 10111 | 1000011 | 0 | 1001000 | 1000011 | 1110100 | 111001 | 10101 |
Color Harmonies of #1B5317
Complementary color
Monochromatic Colors of #1B5317
Black with #1B5317
Text Example
Text Example
White with #1B5317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5317; }
p { color: rgb(27,83,23); }
H1.HeaderClassName
{
color: #1B5317;
}
.AnyTagClassName
{
color: #1B5317;
}
</style>
background-color css
<style>
a { background-color: #1B5317; }
a { background-color: rgb(27,83,23); }
div.DivClassName
{
background-color: #1B5317;
}
.BgClassName
{
background-color: #1B5317;
}
</style>
border-color css
<style>
span { border-color: #1B5317; }
span { border-color: rgb(27,83,23); }
td.TdClassName
{
border-color: #1B5317;
}
.TagClassName
{
border-color: #1B5317;
}
</style>