Shades of Myrtle #1B5019
Tints of Myrtle #1B5019
RGB
CMYK
RGB Variations
Color information
#1B5019 (or 0x1B5019) is known color: Myrtle. HEX triplet: 1B, 50 and 19. RGB value is (27,80,25). Sum of RGB (Red+Green+Blue) = 27+80+25=132 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.45% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #1B5019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5019 is #E4AFE6. Grayscale: #3A3A3A. Windows color (decimal): -14987239 or 1658907. OLE color: 1658907.
HSL color Cylindrical-coordinate representation of color #1B5019: hue angle of 117.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B5019 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 25 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.69 |
| HSL | 117.82º | 0.52% | 0.21% | - |
| HSV(B) | 117.82º | 0.69% | 0.31% | - |
| XYZ | 3.5 | 6.04 | 1.9 | - |
| YUV | 57.88 | 109.44 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 25 | 0.66 | 0 | 0.69 | 0.69 | 117.82 | 0.52 | 0.21 |
| Hex | 1B | 50 | 19 | 42 | 0 | 45 | 45 | 76 | 34 | 15 |
| Octal | 33 | 120 | 31 | 102 | 0 | 105 | 105 | 166 | 64 | 25 |
| Binary | 11011 | 1010000 | 11001 | 1000010 | 0 | 1000101 | 1000101 | 1110110 | 110100 | 10101 |
Color Harmonies of #1B5019
Complementary color
Monochromatic Colors of #1B5019
Black with #1B5019
Text Example
Text Example
White with #1B5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5019; }
p { color: rgb(27,80,25); }
H1.HeaderClassName
{
color: #1B5019;
}
.AnyTagClassName
{
color: #1B5019;
}
</style>
background-color css
<style>
a { background-color: #1B5019; }
a { background-color: rgb(27,80,25); }
div.DivClassName
{
background-color: #1B5019;
}
.BgClassName
{
background-color: #1B5019;
}
</style>
border-color css
<style>
span { border-color: #1B5019; }
span { border-color: rgb(27,80,25); }
td.TdClassName
{
border-color: #1B5019;
}
.TagClassName
{
border-color: #1B5019;
}
</style>