Shades of Myrtle #275918
Tints of Myrtle #275918
RGB
CMYK
RGB Variations
Color information
#275918 (or 0x275918) is known color: Myrtle. HEX triplet: 27, 59 and 18. RGB value is (39,89,24). Sum of RGB (Red+Green+Blue) = 39+89+24=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #275918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275918 is #D8A6E7. Grayscale: #424242. Windows color (decimal): -14198504 or 1595687. OLE color: 1595687.
HSL color Cylindrical-coordinate representation of color #275918: hue angle of 106.15º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275918 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 89 | 24 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.65 |
| HSL | 106.15º | 0.58% | 0.22% | - |
| HSV(B) | 106.15º | 0.73% | 0.35% | - |
| XYZ | 4.57 | 7.64 | 2.1 | - |
| YUV | 66.64 | 103.94 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 24 | 0.56 | 0 | 0.73 | 0.65 | 106.15 | 0.58 | 0.22 |
| Hex | 27 | 59 | 18 | 38 | 0 | 49 | 41 | 6A | 3A | 16 |
| Octal | 47 | 131 | 30 | 70 | 0 | 111 | 101 | 152 | 72 | 26 |
| Binary | 100111 | 1011001 | 11000 | 111000 | 0 | 1001001 | 1000001 | 1101010 | 111010 | 10110 |
Color Harmonies of #275918
Complementary color
Monochromatic Colors of #275918
Black with #275918
Text Example
Text Example
White with #275918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275918; }
p { color: rgb(39,89,24); }
H1.HeaderClassName
{
color: #275918;
}
.AnyTagClassName
{
color: #275918;
}
</style>
background-color css
<style>
a { background-color: #275918; }
a { background-color: rgb(39,89,24); }
div.DivClassName
{
background-color: #275918;
}
.BgClassName
{
background-color: #275918;
}
</style>
border-color css
<style>
span { border-color: #275918; }
span { border-color: rgb(39,89,24); }
td.TdClassName
{
border-color: #275918;
}
.TagClassName
{
border-color: #275918;
}
</style>