Shades of Myrtle #27531E
Tints of Myrtle #27531E
RGB
CMYK
RGB Variations
Color information
#27531E (or 0x27531E) is known color: Myrtle. HEX triplet: 27, 53 and 1E. RGB value is (39,83,30). Sum of RGB (Red+Green+Blue) = 39+83+30=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #27531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27531E is #D8ACE1. Grayscale: #3F3F3F. Windows color (decimal): -14200034 or 1987367. OLE color: 1987367.
HSL color Cylindrical-coordinate representation of color #27531E: hue angle of 109.81º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27531E is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 83 | 30 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.67 |
| HSL | 109.81º | 0.47% | 0.22% | - |
| HSV(B) | 109.81º | 0.64% | 0.33% | - |
| XYZ | 4.16 | 6.71 | 2.3 | - |
| YUV | 63.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 30 | 0.53 | 0 | 0.64 | 0.67 | 109.81 | 0.47 | 0.22 |
| Hex | 27 | 53 | 1E | 35 | 0 | 40 | 43 | 6E | 2F | 16 |
| Octal | 47 | 123 | 36 | 65 | 0 | 100 | 103 | 156 | 57 | 26 |
| Binary | 100111 | 1010011 | 11110 | 110101 | 0 | 1000000 | 1000011 | 1101110 | 101111 | 10110 |
Color Harmonies of #27531E
Complementary color
Monochromatic Colors of #27531E
Black with #27531E
Text Example
Text Example
White with #27531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27531E; }
p { color: rgb(39,83,30); }
H1.HeaderClassName
{
color: #27531E;
}
.AnyTagClassName
{
color: #27531E;
}
</style>
background-color css
<style>
a { background-color: #27531E; }
a { background-color: rgb(39,83,30); }
div.DivClassName
{
background-color: #27531E;
}
.BgClassName
{
background-color: #27531E;
}
</style>
border-color css
<style>
span { border-color: #27531E; }
span { border-color: rgb(39,83,30); }
td.TdClassName
{
border-color: #27531E;
}
.TagClassName
{
border-color: #27531E;
}
</style>