Shades of Myrtle #275A09
Tints of Myrtle #275A09
RGB
CMYK
RGB Variations
Color information
#275A09 (or 0x275A09) is known color: Myrtle. HEX triplet: 27, 5A and 09. RGB value is (39,90,9). Sum of RGB (Red+Green+Blue) = 39+90+9=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 90 (35.55% from 255 or 65.22% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 90 - color contains mainly: green. Hex color #275A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275A09 is #D8A5F6. Grayscale: #414141. Windows color (decimal): -14198263 or 612903. OLE color: 612903.
HSL color Cylindrical-coordinate representation of color #275A09: hue angle of 97.78º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #275A09 is Cyan = 0.57, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 90 | 9 | - |
| CMYK | 0.57 | 0 | 0.9 | 0.65 |
| HSL | 97.78º | 0.82% | 0.19% | - |
| HSV(B) | 97.78º | 0.9% | 0.35% | - |
| XYZ | 4.54 | 7.76 | 1.52 | - |
| YUV | 65.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 9 | 0.57 | 0 | 0.9 | 0.65 | 97.78 | 0.82 | 0.19 |
| Hex | 27 | 5A | 9 | 39 | 0 | 5A | 41 | 62 | 52 | 13 |
| Octal | 47 | 132 | 11 | 71 | 0 | 132 | 101 | 142 | 122 | 23 |
| Binary | 100111 | 1011010 | 1001 | 111001 | 0 | 1011010 | 1000001 | 1100010 | 1010010 | 10011 |
Color Harmonies of #275A09
Complementary color
Monochromatic Colors of #275A09
Black with #275A09
Text Example
Text Example
White with #275A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275A09; }
p { color: rgb(39,90,9); }
H1.HeaderClassName
{
color: #275A09;
}
.AnyTagClassName
{
color: #275A09;
}
</style>
background-color css
<style>
a { background-color: #275A09; }
a { background-color: rgb(39,90,9); }
div.DivClassName
{
background-color: #275A09;
}
.BgClassName
{
background-color: #275A09;
}
</style>
border-color css
<style>
span { border-color: #275A09; }
span { border-color: rgb(39,90,9); }
td.TdClassName
{
border-color: #275A09;
}
.TagClassName
{
border-color: #275A09;
}
</style>