Shades of Myrtle #1B4602
Tints of Myrtle #1B4602
RGB
CMYK
RGB Variations
Color information
#1B4602 (or 0x1B4602) is known color: Myrtle. HEX triplet: 1B, 46 and 02. RGB value is (27,70,2). Sum of RGB (Red+Green+Blue) = 27+70+2=99 (13% of max value = 765). Red value is 27 (10.94% from 255 or 27.27% from 99); Green value is 70 (27.73% from 255 or 70.71% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 70 - color contains mainly: green. Hex color #1B4602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4602 is #E4B9FD. Grayscale: #313131. Windows color (decimal): -14989822 or 149019. OLE color: 149019.
HSL color Cylindrical-coordinate representation of color #1B4602: hue angle of 97.94º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B4602 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 70 | 2 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.73 |
| HSL | 97.94º | 0.94% | 0.14% | - |
| HSV(B) | 97.94º | 0.97% | 0.27% | - |
| XYZ | 2.65 | 4.62 | 0.81 | - |
| YUV | 49.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 2 | 0.61 | 0 | 0.97 | 0.73 | 97.94 | 0.94 | 0.14 |
| Hex | 1B | 46 | 2 | 3D | 0 | 61 | 49 | 62 | 5E | E |
| Octal | 33 | 106 | 2 | 75 | 0 | 141 | 111 | 142 | 136 | 16 |
| Binary | 11011 | 1000110 | 10 | 111101 | 0 | 1100001 | 1001001 | 1100010 | 1011110 | 1110 |
Color Harmonies of #1B4602
Complementary color
Monochromatic Colors of #1B4602
Black with #1B4602
Text Example
Text Example
White with #1B4602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4602; }
p { color: rgb(27,70,2); }
H1.HeaderClassName
{
color: #1B4602;
}
.AnyTagClassName
{
color: #1B4602;
}
</style>
background-color css
<style>
a { background-color: #1B4602; }
a { background-color: rgb(27,70,2); }
div.DivClassName
{
background-color: #1B4602;
}
.BgClassName
{
background-color: #1B4602;
}
</style>
border-color css
<style>
span { border-color: #1B4602; }
span { border-color: rgb(27,70,2); }
td.TdClassName
{
border-color: #1B4602;
}
.TagClassName
{
border-color: #1B4602;
}
</style>