Shades of Myrtle #275209
Tints of Myrtle #275209
RGB
CMYK
RGB Variations
Color information
#275209 (or 0x275209) is known color: Myrtle. HEX triplet: 27, 52 and 09. RGB value is (39,82,9). Sum of RGB (Red+Green+Blue) = 39+82+9=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #275209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275209 is #D8ADF6. Grayscale: #3D3D3D. Windows color (decimal): -14200311 or 610855. OLE color: 610855.
HSL color Cylindrical-coordinate representation of color #275209: hue angle of 95.34º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #275209 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 82 | 9 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.68 |
| HSL | 95.34º | 0.8% | 0.18% | - |
| HSV(B) | 95.34º | 0.89% | 0.32% | - |
| XYZ | 3.9 | 6.49 | 1.3 | - |
| YUV | 60.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 9 | 0.52 | 0 | 0.89 | 0.68 | 95.34 | 0.8 | 0.18 |
| Hex | 27 | 52 | 9 | 34 | 0 | 59 | 44 | 5F | 50 | 12 |
| Octal | 47 | 122 | 11 | 64 | 0 | 131 | 104 | 137 | 120 | 22 |
| Binary | 100111 | 1010010 | 1001 | 110100 | 0 | 1011001 | 1000100 | 1011111 | 1010000 | 10010 |
Color Harmonies of #275209
Complementary color
Monochromatic Colors of #275209
Black with #275209
Text Example
Text Example
White with #275209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275209; }
p { color: rgb(39,82,9); }
H1.HeaderClassName
{
color: #275209;
}
.AnyTagClassName
{
color: #275209;
}
</style>
background-color css
<style>
a { background-color: #275209; }
a { background-color: rgb(39,82,9); }
div.DivClassName
{
background-color: #275209;
}
.BgClassName
{
background-color: #275209;
}
</style>
border-color css
<style>
span { border-color: #275209; }
span { border-color: rgb(39,82,9); }
td.TdClassName
{
border-color: #275209;
}
.TagClassName
{
border-color: #275209;
}
</style>