Shades of Myrtle #1B5A04
Tints of Myrtle #1B5A04
RGB
CMYK
RGB Variations
Color information
#1B5A04 (or 0x1B5A04) is known color: Myrtle. HEX triplet: 1B, 5A and 04. RGB value is (27,90,4). Sum of RGB (Red+Green+Blue) = 27+90+4=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #1B5A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5A04 is #E4A5FB. Grayscale: #3D3D3D. Windows color (decimal): -14984700 or 285211. OLE color: 285211.
HSL color Cylindrical-coordinate representation of color #1B5A04: hue angle of 103.95º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B5A04 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 90 | 4 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.65 |
| HSL | 103.95º | 0.91% | 0.18% | - |
| HSV(B) | 103.95º | 0.96% | 0.35% | - |
| XYZ | 4.13 | 7.55 | 1.36 | - |
| YUV | 61.36 | 95.63 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 4 | 0.70 | 0 | 0.96 | 0.65 | 103.95 | 0.91 | 0.18 |
| Hex | 1B | 5A | 4 | 46 | 0 | 60 | 41 | 68 | 5B | 12 |
| Octal | 33 | 132 | 4 | 106 | 0 | 140 | 101 | 150 | 133 | 22 |
| Binary | 11011 | 1011010 | 100 | 1000110 | 0 | 1100000 | 1000001 | 1101000 | 1011011 | 10010 |
Color Harmonies of #1B5A04
Complementary color
Monochromatic Colors of #1B5A04
Black with #1B5A04
Text Example
Text Example
White with #1B5A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5A04; }
p { color: rgb(27,90,4); }
H1.HeaderClassName
{
color: #1B5A04;
}
.AnyTagClassName
{
color: #1B5A04;
}
</style>
background-color css
<style>
a { background-color: #1B5A04; }
a { background-color: rgb(27,90,4); }
div.DivClassName
{
background-color: #1B5A04;
}
.BgClassName
{
background-color: #1B5A04;
}
</style>
border-color css
<style>
span { border-color: #1B5A04; }
span { border-color: rgb(27,90,4); }
td.TdClassName
{
border-color: #1B5A04;
}
.TagClassName
{
border-color: #1B5A04;
}
</style>