Shades of Myrtle #27521C
Tints of Myrtle #27521C
RGB
CMYK
RGB Variations
Color information
#27521C (or 0x27521C) is known color: Myrtle. HEX triplet: 27, 52 and 1C. RGB value is (39,82,28). Sum of RGB (Red+Green+Blue) = 39+82+28=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #27521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27521C is #D8ADE3. Grayscale: #3F3F3F. Windows color (decimal): -14200292 or 1856039. OLE color: 1856039.
HSL color Cylindrical-coordinate representation of color #27521C: hue angle of 107.78º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #27521C is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 82 | 28 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.68 |
| HSL | 107.78º | 0.49% | 0.22% | - |
| HSV(B) | 107.78º | 0.66% | 0.32% | - |
| XYZ | 4.06 | 6.55 | 2.15 | - |
| YUV | 62.99 | 108.25 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 28 | 0.52 | 0 | 0.66 | 0.68 | 107.78 | 0.49 | 0.22 |
| Hex | 27 | 52 | 1C | 34 | 0 | 42 | 44 | 6C | 31 | 16 |
| Octal | 47 | 122 | 34 | 64 | 0 | 102 | 104 | 154 | 61 | 26 |
| Binary | 100111 | 1010010 | 11100 | 110100 | 0 | 1000010 | 1000100 | 1101100 | 110001 | 10110 |
Color Harmonies of #27521C
Complementary color
Monochromatic Colors of #27521C
Black with #27521C
Text Example
Text Example
White with #27521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27521C; }
p { color: rgb(39,82,28); }
H1.HeaderClassName
{
color: #27521C;
}
.AnyTagClassName
{
color: #27521C;
}
</style>
background-color css
<style>
a { background-color: #27521C; }
a { background-color: rgb(39,82,28); }
div.DivClassName
{
background-color: #27521C;
}
.BgClassName
{
background-color: #27521C;
}
</style>
border-color css
<style>
span { border-color: #27521C; }
span { border-color: rgb(39,82,28); }
td.TdClassName
{
border-color: #27521C;
}
.TagClassName
{
border-color: #27521C;
}
</style>