Shades of Myrtle #1B5A01
Tints of Myrtle #1B5A01
RGB
CMYK
RGB Variations
Color information
#1B5A01 (or 0x1B5A01) is known color: Myrtle. HEX triplet: 1B, 5A and 01. RGB value is (27,90,1). Sum of RGB (Red+Green+Blue) = 27+90+1=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 90 (35.55% from 255 or 76.27% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 90 - color contains mainly: green. Hex color #1B5A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5A01 is #E4A5FE. Grayscale: #3D3D3D. Windows color (decimal): -14984703 or 88603. OLE color: 88603.
HSL color Cylindrical-coordinate representation of color #1B5A01: hue angle of 102.47º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B5A01 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 90 | 1 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.65 |
| HSL | 102.47º | 0.98% | 0.18% | - |
| HSV(B) | 102.47º | 0.99% | 0.35% | - |
| XYZ | 4.11 | 7.55 | 1.27 | - |
| YUV | 61.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 1 | 0.70 | 0 | 0.99 | 0.65 | 102.47 | 0.98 | 0.18 |
| Hex | 1B | 5A | 1 | 46 | 0 | 63 | 41 | 66 | 62 | 12 |
| Octal | 33 | 132 | 1 | 106 | 0 | 143 | 101 | 146 | 142 | 22 |
| Binary | 11011 | 1011010 | 1 | 1000110 | 0 | 1100011 | 1000001 | 1100110 | 1100010 | 10010 |
Color Harmonies of #1B5A01
Complementary color
Monochromatic Colors of #1B5A01
Black with #1B5A01
Text Example
Text Example
White with #1B5A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5A01; }
p { color: rgb(27,90,1); }
H1.HeaderClassName
{
color: #1B5A01;
}
.AnyTagClassName
{
color: #1B5A01;
}
</style>
background-color css
<style>
a { background-color: #1B5A01; }
a { background-color: rgb(27,90,1); }
div.DivClassName
{
background-color: #1B5A01;
}
.BgClassName
{
background-color: #1B5A01;
}
</style>
border-color css
<style>
span { border-color: #1B5A01; }
span { border-color: rgb(27,90,1); }
td.TdClassName
{
border-color: #1B5A01;
}
.TagClassName
{
border-color: #1B5A01;
}
</style>