Shades of Myrtle #265F00
Tints of Myrtle #265F00
RGB
CMYK
RGB Variations
Color information
#265F00 (or 0x265F00) is known color: Myrtle. HEX triplet: 26, 5F and 00. RGB value is (38,95,0). Sum of RGB (Red+Green+Blue) = 38+95+0=133 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.57% from 133); Green value is 95 (37.5% from 255 or 71.43% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 95 - color contains mainly: green. Hex color #265F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265F00 is #D9A0FF. Grayscale: #434343. Windows color (decimal): -14262528 or 24358. OLE color: 24358.
HSL color Cylindrical-coordinate representation of color #265F00: hue angle of 96º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #265F00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 95 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.63 |
| HSL | 96º | 1% | 0.19% | - |
| HSV(B) | 96º | 1% | 0.37% | - |
| XYZ | 4.89 | 8.6 | 1.4 | - |
| YUV | 67.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 0 | 0.60 | 0 | 1 | 0.63 | 96 | 1 | 0.19 |
| Hex | 26 | 5F | 0 | 3C | 0 | 64 | 3F | 60 | 64 | 13 |
| Octal | 46 | 137 | 0 | 74 | 0 | 144 | 77 | 140 | 144 | 23 |
| Binary | 100110 | 1011111 | 0 | 111100 | 0 | 1100100 | 111111 | 1100000 | 1100100 | 10011 |
Color Harmonies of #265F00
Complementary color
Monochromatic Colors of #265F00
Black with #265F00
Text Example
Text Example
White with #265F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F00; }
p { color: rgb(38,95,0); }
H1.HeaderClassName
{
color: #265F00;
}
.AnyTagClassName
{
color: #265F00;
}
</style>
background-color css
<style>
a { background-color: #265F00; }
a { background-color: rgb(38,95,0); }
div.DivClassName
{
background-color: #265F00;
}
.BgClassName
{
background-color: #265F00;
}
</style>
border-color css
<style>
span { border-color: #265F00; }
span { border-color: rgb(38,95,0); }
td.TdClassName
{
border-color: #265F00;
}
.TagClassName
{
border-color: #265F00;
}
</style>