Shades of Myrtle #27500F
Tints of Myrtle #27500F
RGB
CMYK
RGB Variations
Color information
#27500F (or 0x27500F) is known color: Myrtle. HEX triplet: 27, 50 and 0F. RGB value is (39,80,15). Sum of RGB (Red+Green+Blue) = 39+80+15=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #27500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27500F is #D8AFF0. Grayscale: #3C3C3C. Windows color (decimal): -14200817 or 1003559. OLE color: 1003559.
HSL color Cylindrical-coordinate representation of color #27500F: hue angle of 97.85º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27500F is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 80 | 15 | - |
| CMYK | 0.51 | 0 | 0.81 | 0.69 |
| HSL | 97.85º | 0.68% | 0.19% | - |
| HSV(B) | 97.85º | 0.81% | 0.31% | - |
| XYZ | 3.79 | 6.2 | 1.45 | - |
| YUV | 60.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 15 | 0.51 | 0 | 0.81 | 0.69 | 97.85 | 0.68 | 0.19 |
| Hex | 27 | 50 | F | 33 | 0 | 51 | 45 | 62 | 44 | 13 |
| Octal | 47 | 120 | 17 | 63 | 0 | 121 | 105 | 142 | 104 | 23 |
| Binary | 100111 | 1010000 | 1111 | 110011 | 0 | 1010001 | 1000101 | 1100010 | 1000100 | 10011 |
Color Harmonies of #27500F
Complementary color
Monochromatic Colors of #27500F
Black with #27500F
Text Example
Text Example
White with #27500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27500F; }
p { color: rgb(39,80,15); }
H1.HeaderClassName
{
color: #27500F;
}
.AnyTagClassName
{
color: #27500F;
}
</style>
background-color css
<style>
a { background-color: #27500F; }
a { background-color: rgb(39,80,15); }
div.DivClassName
{
background-color: #27500F;
}
.BgClassName
{
background-color: #27500F;
}
</style>
border-color css
<style>
span { border-color: #27500F; }
span { border-color: rgb(39,80,15); }
td.TdClassName
{
border-color: #27500F;
}
.TagClassName
{
border-color: #27500F;
}
</style>