Shades of Myrtle #27461B
Tints of Myrtle #27461B
RGB
CMYK
RGB Variations
Color information
#27461B (or 0x27461B) is known color: Myrtle. HEX triplet: 27, 46 and 1B. RGB value is (39,70,27). Sum of RGB (Red+Green+Blue) = 39+70+27=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #27461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27461B is #D8B9E4. Grayscale: #373737. Windows color (decimal): -14203365 or 1787431. OLE color: 1787431.
HSL color Cylindrical-coordinate representation of color #27461B: hue angle of 103.26º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #27461B is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 70 | 27 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.73 |
| HSL | 103.26º | 0.44% | 0.19% | - |
| HSV(B) | 103.26º | 0.61% | 0.27% | - |
| XYZ | 3.22 | 4.89 | 1.81 | - |
| YUV | 55.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 27 | 0.44 | 0 | 0.61 | 0.73 | 103.26 | 0.44 | 0.19 |
| Hex | 27 | 46 | 1B | 2C | 0 | 3D | 49 | 67 | 2C | 13 |
| Octal | 47 | 106 | 33 | 54 | 0 | 75 | 111 | 147 | 54 | 23 |
| Binary | 100111 | 1000110 | 11011 | 101100 | 0 | 111101 | 1001001 | 1100111 | 101100 | 10011 |
Color Harmonies of #27461B
Complementary color
Monochromatic Colors of #27461B
Black with #27461B
Text Example
Text Example
White with #27461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27461B; }
p { color: rgb(39,70,27); }
H1.HeaderClassName
{
color: #27461B;
}
.AnyTagClassName
{
color: #27461B;
}
</style>
background-color css
<style>
a { background-color: #27461B; }
a { background-color: rgb(39,70,27); }
div.DivClassName
{
background-color: #27461B;
}
.BgClassName
{
background-color: #27461B;
}
</style>
border-color css
<style>
span { border-color: #27461B; }
span { border-color: rgb(39,70,27); }
td.TdClassName
{
border-color: #27461B;
}
.TagClassName
{
border-color: #27461B;
}
</style>