Shades of Myrtle #275D04
Tints of Myrtle #275D04
RGB
CMYK
RGB Variations
Color information
#275D04 (or 0x275D04) is known color: Myrtle. HEX triplet: 27, 5D and 04. RGB value is (39,93,4). Sum of RGB (Red+Green+Blue) = 39+93+4=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 93 (36.72% from 255 or 68.38% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 93 - color contains mainly: green. Hex color #275D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275D04 is #D8A2FB. Grayscale: #434343. Windows color (decimal): -14197500 or 285991. OLE color: 285991.
HSL color Cylindrical-coordinate representation of color #275D04: hue angle of 96.4º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #275D04 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 93 | 4 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.64 |
| HSL | 96.4º | 0.92% | 0.19% | - |
| HSV(B) | 96.4º | 0.96% | 0.36% | - |
| XYZ | 4.77 | 8.27 | 1.46 | - |
| YUV | 66.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 4 | 0.58 | 0 | 0.96 | 0.64 | 96.4 | 0.92 | 0.19 |
| Hex | 27 | 5D | 4 | 3A | 0 | 60 | 40 | 60 | 5C | 13 |
| Octal | 47 | 135 | 4 | 72 | 0 | 140 | 100 | 140 | 134 | 23 |
| Binary | 100111 | 1011101 | 100 | 111010 | 0 | 1100000 | 1000000 | 1100000 | 1011100 | 10011 |
Color Harmonies of #275D04
Complementary color
Monochromatic Colors of #275D04
Black with #275D04
Text Example
Text Example
White with #275D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D04; }
p { color: rgb(39,93,4); }
H1.HeaderClassName
{
color: #275D04;
}
.AnyTagClassName
{
color: #275D04;
}
</style>
background-color css
<style>
a { background-color: #275D04; }
a { background-color: rgb(39,93,4); }
div.DivClassName
{
background-color: #275D04;
}
.BgClassName
{
background-color: #275D04;
}
</style>
border-color css
<style>
span { border-color: #275D04; }
span { border-color: rgb(39,93,4); }
td.TdClassName
{
border-color: #275D04;
}
.TagClassName
{
border-color: #275D04;
}
</style>