Shades of Myrtle #27471A
Tints of Myrtle #27471A
RGB
CMYK
RGB Variations
Color information
#27471A (or 0x27471A) is known color: Myrtle. HEX triplet: 27, 47 and 1A. RGB value is (39,71,26). Sum of RGB (Red+Green+Blue) = 39+71+26=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #27471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27471A is #D8B8E5. Grayscale: #383838. Windows color (decimal): -14203110 or 1722151. OLE color: 1722151.
HSL color Cylindrical-coordinate representation of color #27471A: hue angle of 102.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #27471A is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 71 | 26 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.72 |
| HSL | 102.67º | 0.46% | 0.19% | - |
| HSV(B) | 102.67º | 0.63% | 0.28% | - |
| XYZ | 3.28 | 5.01 | 1.77 | - |
| YUV | 56.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 26 | 0.45 | 0 | 0.63 | 0.72 | 102.67 | 0.46 | 0.19 |
| Hex | 27 | 47 | 1A | 2D | 0 | 3F | 48 | 67 | 2E | 13 |
| Octal | 47 | 107 | 32 | 55 | 0 | 77 | 110 | 147 | 56 | 23 |
| Binary | 100111 | 1000111 | 11010 | 101101 | 0 | 111111 | 1001000 | 1100111 | 101110 | 10011 |
Color Harmonies of #27471A
Complementary color
Monochromatic Colors of #27471A
Black with #27471A
Text Example
Text Example
White with #27471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27471A; }
p { color: rgb(39,71,26); }
H1.HeaderClassName
{
color: #27471A;
}
.AnyTagClassName
{
color: #27471A;
}
</style>
background-color css
<style>
a { background-color: #27471A; }
a { background-color: rgb(39,71,26); }
div.DivClassName
{
background-color: #27471A;
}
.BgClassName
{
background-color: #27471A;
}
</style>
border-color css
<style>
span { border-color: #27471A; }
span { border-color: rgb(39,71,26); }
td.TdClassName
{
border-color: #27471A;
}
.TagClassName
{
border-color: #27471A;
}
</style>