Shades of Myrtle #265401
Tints of Myrtle #265401
RGB
CMYK
RGB Variations
Color information
#265401 (or 0x265401) is known color: Myrtle. HEX triplet: 26, 54 and 01. RGB value is (38,84,1). Sum of RGB (Red+Green+Blue) = 38+84+1=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #265401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265401 is #D9ABFE. Grayscale: #3D3D3D. Windows color (decimal): -14265343 or 87078. OLE color: 87078.
HSL color Cylindrical-coordinate representation of color #265401: hue angle of 93.25º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #265401 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 84 | 1 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.67 |
| HSL | 93.25º | 0.98% | 0.17% | - |
| HSV(B) | 93.25º | 0.99% | 0.33% | - |
| XYZ | 3.98 | 6.75 | 1.12 | - |
| YUV | 60.78 | 94.26 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 1 | 0.55 | 0 | 0.99 | 0.67 | 93.25 | 0.98 | 0.17 |
| Hex | 26 | 54 | 1 | 37 | 0 | 63 | 43 | 5D | 62 | 11 |
| Octal | 46 | 124 | 1 | 67 | 0 | 143 | 103 | 135 | 142 | 21 |
| Binary | 100110 | 1010100 | 1 | 110111 | 0 | 1100011 | 1000011 | 1011101 | 1100010 | 10001 |
Color Harmonies of #265401
Complementary color
Monochromatic Colors of #265401
Black with #265401
Text Example
Text Example
White with #265401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265401; }
p { color: rgb(38,84,1); }
H1.HeaderClassName
{
color: #265401;
}
.AnyTagClassName
{
color: #265401;
}
</style>
background-color css
<style>
a { background-color: #265401; }
a { background-color: rgb(38,84,1); }
div.DivClassName
{
background-color: #265401;
}
.BgClassName
{
background-color: #265401;
}
</style>
border-color css
<style>
span { border-color: #265401; }
span { border-color: rgb(38,84,1); }
td.TdClassName
{
border-color: #265401;
}
.TagClassName
{
border-color: #265401;
}
</style>