Shades of Myrtle #27521D
Tints of Myrtle #27521D
RGB
CMYK
RGB Variations
Color information
#27521D (or 0x27521D) is known color: Myrtle. HEX triplet: 27, 52 and 1D. RGB value is (39,82,29). Sum of RGB (Red+Green+Blue) = 39+82+29=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #27521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27521D is #D8ADE2. Grayscale: #3F3F3F. Windows color (decimal): -14200291 or 1921575. OLE color: 1921575.
HSL color Cylindrical-coordinate representation of color #27521D: hue angle of 108.68º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27521D is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 82 | 29 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.68 |
| HSL | 108.68º | 0.48% | 0.22% | - |
| HSV(B) | 108.68º | 0.65% | 0.32% | - |
| XYZ | 4.08 | 6.55 | 2.21 | - |
| YUV | 63.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 29 | 0.52 | 0 | 0.65 | 0.68 | 108.68 | 0.48 | 0.22 |
| Hex | 27 | 52 | 1D | 34 | 0 | 41 | 44 | 6D | 30 | 16 |
| Octal | 47 | 122 | 35 | 64 | 0 | 101 | 104 | 155 | 60 | 26 |
| Binary | 100111 | 1010010 | 11101 | 110100 | 0 | 1000001 | 1000100 | 1101101 | 110000 | 10110 |
Color Harmonies of #27521D
Complementary color
Monochromatic Colors of #27521D
Black with #27521D
Text Example
Text Example
White with #27521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27521D; }
p { color: rgb(39,82,29); }
H1.HeaderClassName
{
color: #27521D;
}
.AnyTagClassName
{
color: #27521D;
}
</style>
background-color css
<style>
a { background-color: #27521D; }
a { background-color: rgb(39,82,29); }
div.DivClassName
{
background-color: #27521D;
}
.BgClassName
{
background-color: #27521D;
}
</style>
border-color css
<style>
span { border-color: #27521D; }
span { border-color: rgb(39,82,29); }
td.TdClassName
{
border-color: #27521D;
}
.TagClassName
{
border-color: #27521D;
}
</style>