Shades of Myrtle #1B400C
Tints of Myrtle #1B400C
RGB
CMYK
RGB Variations
Color information
#1B400C (or 0x1B400C) is known color: Myrtle. HEX triplet: 1B, 40 and 0C. RGB value is (27,64,12). Sum of RGB (Red+Green+Blue) = 27+64+12=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #1B400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B400C is #E4BFF3. Grayscale: #2F2F2F. Windows color (decimal): -14991348 or 802843. OLE color: 802843.
HSL color Cylindrical-coordinate representation of color #1B400C: hue angle of 102.69º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B400C is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 64 | 12 | - |
| CMYK | 0.58 | 0 | 0.81 | 0.75 |
| HSL | 102.69º | 0.68% | 0.15% | - |
| HSV(B) | 102.69º | 0.81% | 0.25% | - |
| XYZ | 2.35 | 3.93 | 0.98 | - |
| YUV | 47.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 12 | 0.58 | 0 | 0.81 | 0.75 | 102.69 | 0.68 | 0.15 |
| Hex | 1B | 40 | C | 3A | 0 | 51 | 4B | 67 | 44 | F |
| Octal | 33 | 100 | 14 | 72 | 0 | 121 | 113 | 147 | 104 | 17 |
| Binary | 11011 | 1000000 | 1100 | 111010 | 0 | 1010001 | 1001011 | 1100111 | 1000100 | 1111 |
Color Harmonies of #1B400C
Complementary color
Monochromatic Colors of #1B400C
Black with #1B400C
Text Example
Text Example
White with #1B400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B400C; }
p { color: rgb(27,64,12); }
H1.HeaderClassName
{
color: #1B400C;
}
.AnyTagClassName
{
color: #1B400C;
}
</style>
background-color css
<style>
a { background-color: #1B400C; }
a { background-color: rgb(27,64,12); }
div.DivClassName
{
background-color: #1B400C;
}
.BgClassName
{
background-color: #1B400C;
}
</style>
border-color css
<style>
span { border-color: #1B400C; }
span { border-color: rgb(27,64,12); }
td.TdClassName
{
border-color: #1B400C;
}
.TagClassName
{
border-color: #1B400C;
}
</style>