Shades of Myrtle #27630D
Tints of Myrtle #27630D
RGB
CMYK
RGB Variations
Color information
#27630D (or 0x27630D) is known color: Myrtle. HEX triplet: 27, 63 and 0D. RGB value is (39,99,13). Sum of RGB (Red+Green+Blue) = 39+99+13=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 99 (39.06% from 255 or 65.56% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 99 - color contains mainly: green. Hex color #27630D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27630D is #D89CF2. Grayscale: #474747. Windows color (decimal): -14195955 or 877351. OLE color: 877351.
HSL color Cylindrical-coordinate representation of color #27630D: hue angle of 101.86º 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 #27630D is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 99 | 13 | - |
| CMYK | 0.61 | 0 | 0.87 | 0.61 |
| HSL | 101.86º | 0.77% | 0.22% | - |
| HSV(B) | 101.86º | 0.87% | 0.39% | - |
| XYZ | 5.37 | 9.38 | 1.91 | - |
| YUV | 71.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 99 | 13 | 0.61 | 0 | 0.87 | 0.61 | 101.86 | 0.77 | 0.22 |
| Hex | 27 | 63 | D | 3D | 0 | 57 | 3D | 66 | 4D | 16 |
| Octal | 47 | 143 | 15 | 75 | 0 | 127 | 75 | 146 | 115 | 26 |
| Binary | 100111 | 1100011 | 1101 | 111101 | 0 | 1010111 | 111101 | 1100110 | 1001101 | 10110 |
Color Harmonies of #27630D
Complementary color
Monochromatic Colors of #27630D
Black with #27630D
Text Example
Text Example
White with #27630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27630D; }
p { color: rgb(39,99,13); }
H1.HeaderClassName
{
color: #27630D;
}
.AnyTagClassName
{
color: #27630D;
}
</style>
background-color css
<style>
a { background-color: #27630D; }
a { background-color: rgb(39,99,13); }
div.DivClassName
{
background-color: #27630D;
}
.BgClassName
{
background-color: #27630D;
}
</style>
border-color css
<style>
span { border-color: #27630D; }
span { border-color: rgb(39,99,13); }
td.TdClassName
{
border-color: #27630D;
}
.TagClassName
{
border-color: #27630D;
}
</style>