Shades of Myrtle #275F0D
Tints of Myrtle #275F0D
RGB
CMYK
RGB Variations
Color information
#275F0D (or 0x275F0D) is known color: Myrtle. HEX triplet: 27, 5F and 0D. RGB value is (39,95,13). Sum of RGB (Red+Green+Blue) = 39+95+13=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 95 (37.5% from 255 or 64.63% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 95 - color contains mainly: green. Hex color #275F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275F0D is #D8A0F2. Grayscale: #454545. Windows color (decimal): -14196979 or 876327. OLE color: 876327.
HSL color Cylindrical-coordinate representation of color #275F0D: hue angle of 100.98º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #275F0D is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 95 | 13 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.63 |
| HSL | 100.98º | 0.76% | 0.21% | - |
| HSV(B) | 100.98º | 0.86% | 0.37% | - |
| XYZ | 5 | 8.64 | 1.79 | - |
| YUV | 68.91 | 96.45 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 13 | 0.59 | 0 | 0.86 | 0.63 | 100.98 | 0.76 | 0.21 |
| Hex | 27 | 5F | D | 3B | 0 | 56 | 3F | 65 | 4C | 15 |
| Octal | 47 | 137 | 15 | 73 | 0 | 126 | 77 | 145 | 114 | 25 |
| Binary | 100111 | 1011111 | 1101 | 111011 | 0 | 1010110 | 111111 | 1100101 | 1001100 | 10101 |
Color Harmonies of #275F0D
Complementary color
Monochromatic Colors of #275F0D
Black with #275F0D
Text Example
Text Example
White with #275F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275F0D; }
p { color: rgb(39,95,13); }
H1.HeaderClassName
{
color: #275F0D;
}
.AnyTagClassName
{
color: #275F0D;
}
</style>
background-color css
<style>
a { background-color: #275F0D; }
a { background-color: rgb(39,95,13); }
div.DivClassName
{
background-color: #275F0D;
}
.BgClassName
{
background-color: #275F0D;
}
</style>
border-color css
<style>
span { border-color: #275F0D; }
span { border-color: rgb(39,95,13); }
td.TdClassName
{
border-color: #275F0D;
}
.TagClassName
{
border-color: #275F0D;
}
</style>