Shades of Myrtle #1B4B0A
Tints of Myrtle #1B4B0A
RGB
CMYK
RGB Variations
Color information
#1B4B0A (or 0x1B4B0A) is known color: Myrtle. HEX triplet: 1B, 4B and 0A. RGB value is (27,75,10). Sum of RGB (Red+Green+Blue) = 27+75+10=112 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.11% from 112); Green value is 75 (29.69% from 255 or 66.96% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 75 - color contains mainly: green. Hex color #1B4B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4B0A is #E4B4F5. Grayscale: #353535. Windows color (decimal): -14988534 or 674587. OLE color: 674587.
HSL color Cylindrical-coordinate representation of color #1B4B0A: hue angle of 104.31º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B4B0A is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 75 | 10 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.71 |
| HSL | 104.31º | 0.76% | 0.17% | - |
| HSV(B) | 104.31º | 0.87% | 0.29% | - |
| XYZ | 3.02 | 5.29 | 1.15 | - |
| YUV | 53.24 | 103.6 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 75 | 10 | 0.64 | 0 | 0.87 | 0.71 | 104.31 | 0.76 | 0.17 |
| Hex | 1B | 4B | A | 40 | 0 | 57 | 47 | 68 | 4C | 11 |
| Octal | 33 | 113 | 12 | 100 | 0 | 127 | 107 | 150 | 114 | 21 |
| Binary | 11011 | 1001011 | 1010 | 1000000 | 0 | 1010111 | 1000111 | 1101000 | 1001100 | 10001 |
Color Harmonies of #1B4B0A
Complementary color
Monochromatic Colors of #1B4B0A
Black with #1B4B0A
Text Example
Text Example
White with #1B4B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4B0A; }
p { color: rgb(27,75,10); }
H1.HeaderClassName
{
color: #1B4B0A;
}
.AnyTagClassName
{
color: #1B4B0A;
}
</style>
background-color css
<style>
a { background-color: #1B4B0A; }
a { background-color: rgb(27,75,10); }
div.DivClassName
{
background-color: #1B4B0A;
}
.BgClassName
{
background-color: #1B4B0A;
}
</style>
border-color css
<style>
span { border-color: #1B4B0A; }
span { border-color: rgb(27,75,10); }
td.TdClassName
{
border-color: #1B4B0A;
}
.TagClassName
{
border-color: #1B4B0A;
}
</style>