Shades of Myrtle #265500
Tints of Myrtle #265500
RGB
CMYK
RGB Variations
Color information
#265500 (or 0x265500) is known color: Myrtle. HEX triplet: 26, 55 and 00. RGB value is (38,85,0). Sum of RGB (Red+Green+Blue) = 38+85+0=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #265500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265500 is #D9AAFF. Grayscale: #3D3D3D. Windows color (decimal): -14265088 or 21798. OLE color: 21798.
HSL color Cylindrical-coordinate representation of color #265500: hue angle of 93.18º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #265500 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 85 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.67 |
| HSL | 93.18º | 1% | 0.17% | - |
| HSV(B) | 93.18º | 1% | 0.33% | - |
| XYZ | 4.05 | 6.91 | 1.12 | - |
| YUV | 61.26 | 93.43 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 0 | 0.55 | 0 | 1 | 0.67 | 93.18 | 1 | 0.17 |
| Hex | 26 | 55 | 0 | 37 | 0 | 64 | 43 | 5D | 64 | 11 |
| Octal | 46 | 125 | 0 | 67 | 0 | 144 | 103 | 135 | 144 | 21 |
| Binary | 100110 | 1010101 | 0 | 110111 | 0 | 1100100 | 1000011 | 1011101 | 1100100 | 10001 |
Color Harmonies of #265500
Complementary color
Monochromatic Colors of #265500
Black with #265500
Text Example
Text Example
White with #265500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265500; }
p { color: rgb(38,85,0); }
H1.HeaderClassName
{
color: #265500;
}
.AnyTagClassName
{
color: #265500;
}
</style>
background-color css
<style>
a { background-color: #265500; }
a { background-color: rgb(38,85,0); }
div.DivClassName
{
background-color: #265500;
}
.BgClassName
{
background-color: #265500;
}
</style>
border-color css
<style>
span { border-color: #265500; }
span { border-color: rgb(38,85,0); }
td.TdClassName
{
border-color: #265500;
}
.TagClassName
{
border-color: #265500;
}
</style>