Shades of Myrtle #275B00
Tints of Myrtle #275B00
RGB
CMYK
RGB Variations
Color information
#275B00 (or 0x275B00) is known color: Myrtle. HEX triplet: 27, 5B and 00. RGB value is (39,91,0). Sum of RGB (Red+Green+Blue) = 39+91+0=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 91 (35.94% from 255 or 70% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 91 - color contains mainly: green. Hex color #275B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275B00 is #D8A4FF. Grayscale: #414141. Windows color (decimal): -14198016 or 23335. OLE color: 23335.
HSL color Cylindrical-coordinate representation of color #275B00: hue angle of 94.29º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #275B00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 91 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.64 |
| HSL | 94.29º | 1% | 0.18% | - |
| HSV(B) | 94.29º | 1% | 0.36% | - |
| XYZ | 4.58 | 7.91 | 1.29 | - |
| YUV | 65.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 0 | 0.57 | 0 | 1 | 0.64 | 94.29 | 1 | 0.18 |
| Hex | 27 | 5B | 0 | 39 | 0 | 64 | 40 | 5E | 64 | 12 |
| Octal | 47 | 133 | 0 | 71 | 0 | 144 | 100 | 136 | 144 | 22 |
| Binary | 100111 | 1011011 | 0 | 111001 | 0 | 1100100 | 1000000 | 1011110 | 1100100 | 10010 |
Color Harmonies of #275B00
Complementary color
Monochromatic Colors of #275B00
Black with #275B00
Text Example
Text Example
White with #275B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B00; }
p { color: rgb(39,91,0); }
H1.HeaderClassName
{
color: #275B00;
}
.AnyTagClassName
{
color: #275B00;
}
</style>
background-color css
<style>
a { background-color: #275B00; }
a { background-color: rgb(39,91,0); }
div.DivClassName
{
background-color: #275B00;
}
.BgClassName
{
background-color: #275B00;
}
</style>
border-color css
<style>
span { border-color: #275B00; }
span { border-color: rgb(39,91,0); }
td.TdClassName
{
border-color: #275B00;
}
.TagClassName
{
border-color: #275B00;
}
</style>