Shades of Myrtle #27471D
Tints of Myrtle #27471D
RGB
CMYK
RGB Variations
Color information
#27471D (or 0x27471D) is known color: Myrtle. HEX triplet: 27, 47 and 1D. RGB value is (39,71,29). Sum of RGB (Red+Green+Blue) = 39+71+29=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #27471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27471D is #D8B8E2. Grayscale: #383838. Windows color (decimal): -14203107 or 1918759. OLE color: 1918759.
HSL color Cylindrical-coordinate representation of color #27471D: hue angle of 105.71º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27471D is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 71 | 29 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.72 |
| HSL | 105.71º | 0.42% | 0.2% | - |
| HSV(B) | 105.71º | 0.59% | 0.28% | - |
| XYZ | 3.31 | 5.03 | 1.96 | - |
| YUV | 56.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 29 | 0.45 | 0 | 0.59 | 0.72 | 105.71 | 0.42 | 0.2 |
| Hex | 27 | 47 | 1D | 2D | 0 | 3B | 48 | 6A | 2A | 14 |
| Octal | 47 | 107 | 35 | 55 | 0 | 73 | 110 | 152 | 52 | 24 |
| Binary | 100111 | 1000111 | 11101 | 101101 | 0 | 111011 | 1001000 | 1101010 | 101010 | 10100 |
Color Harmonies of #27471D
Complementary color
Monochromatic Colors of #27471D
Black with #27471D
Text Example
Text Example
White with #27471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27471D; }
p { color: rgb(39,71,29); }
H1.HeaderClassName
{
color: #27471D;
}
.AnyTagClassName
{
color: #27471D;
}
</style>
background-color css
<style>
a { background-color: #27471D; }
a { background-color: rgb(39,71,29); }
div.DivClassName
{
background-color: #27471D;
}
.BgClassName
{
background-color: #27471D;
}
</style>
border-color css
<style>
span { border-color: #27471D; }
span { border-color: rgb(39,71,29); }
td.TdClassName
{
border-color: #27471D;
}
.TagClassName
{
border-color: #27471D;
}
</style>