Shades of Myrtle #27640D
Tints of Myrtle #27640D
RGB
CMYK
RGB Variations
Color information
#27640D (or 0x27640D) is known color: Myrtle. HEX triplet: 27, 64 and 0D. RGB value is (39,100,13). Sum of RGB (Red+Green+Blue) = 39+100+13=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 100 (39.45% from 255 or 65.79% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 100 - color contains mainly: green. Hex color #27640D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27640D is #D89BF2. Grayscale: #484848. Windows color (decimal): -14195699 or 877607. OLE color: 877607.
HSL color Cylindrical-coordinate representation of color #27640D: hue angle of 102.07º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27640D is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 100 | 13 | - |
| CMYK | 0.61 | 0 | 0.87 | 0.61 |
| HSL | 102.07º | 0.77% | 0.22% | - |
| HSV(B) | 102.07º | 0.87% | 0.39% | - |
| XYZ | 5.47 | 9.57 | 1.94 | - |
| YUV | 71.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 100 | 13 | 0.61 | 0 | 0.87 | 0.61 | 102.07 | 0.77 | 0.22 |
| Hex | 27 | 64 | D | 3D | 0 | 57 | 3D | 66 | 4D | 16 |
| Octal | 47 | 144 | 15 | 75 | 0 | 127 | 75 | 146 | 115 | 26 |
| Binary | 100111 | 1100100 | 1101 | 111101 | 0 | 1010111 | 111101 | 1100110 | 1001101 | 10110 |
Color Harmonies of #27640D
Complementary color
Monochromatic Colors of #27640D
Black with #27640D
Text Example
Text Example
White with #27640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27640D; }
p { color: rgb(39,100,13); }
H1.HeaderClassName
{
color: #27640D;
}
.AnyTagClassName
{
color: #27640D;
}
</style>
background-color css
<style>
a { background-color: #27640D; }
a { background-color: rgb(39,100,13); }
div.DivClassName
{
background-color: #27640D;
}
.BgClassName
{
background-color: #27640D;
}
</style>
border-color css
<style>
span { border-color: #27640D; }
span { border-color: rgb(39,100,13); }
td.TdClassName
{
border-color: #27640D;
}
.TagClassName
{
border-color: #27640D;
}
</style>