Shades of Myrtle #1B5C01
Tints of Myrtle #1B5C01
RGB
CMYK
RGB Variations
Color information
#1B5C01 (or 0x1B5C01) is known color: Myrtle. HEX triplet: 1B, 5C and 01. RGB value is (27,92,1). Sum of RGB (Red+Green+Blue) = 27+92+1=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 92 (36.33% from 255 or 76.67% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 92 - color contains mainly: green. Hex color #1B5C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5C01 is #E4A3FE. Grayscale: #3E3E3E. Windows color (decimal): -14984191 or 89115. OLE color: 89115.
HSL color Cylindrical-coordinate representation of color #1B5C01: hue angle of 102.86º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B5C01 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 92 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.64 |
| HSL | 102.86º | 0.98% | 0.18% | - |
| HSV(B) | 102.86º | 0.99% | 0.36% | - |
| XYZ | 4.28 | 7.89 | 1.33 | - |
| YUV | 62.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 1 | 0.71 | 0 | 0.99 | 0.64 | 102.86 | 0.98 | 0.18 |
| Hex | 1B | 5C | 1 | 47 | 0 | 63 | 40 | 67 | 62 | 12 |
| Octal | 33 | 134 | 1 | 107 | 0 | 143 | 100 | 147 | 142 | 22 |
| Binary | 11011 | 1011100 | 1 | 1000111 | 0 | 1100011 | 1000000 | 1100111 | 1100010 | 10010 |
Color Harmonies of #1B5C01
Complementary color
Monochromatic Colors of #1B5C01
Black with #1B5C01
Text Example
Text Example
White with #1B5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5C01; }
p { color: rgb(27,92,1); }
H1.HeaderClassName
{
color: #1B5C01;
}
.AnyTagClassName
{
color: #1B5C01;
}
</style>
background-color css
<style>
a { background-color: #1B5C01; }
a { background-color: rgb(27,92,1); }
div.DivClassName
{
background-color: #1B5C01;
}
.BgClassName
{
background-color: #1B5C01;
}
</style>
border-color css
<style>
span { border-color: #1B5C01; }
span { border-color: rgb(27,92,1); }
td.TdClassName
{
border-color: #1B5C01;
}
.TagClassName
{
border-color: #1B5C01;
}
</style>