Shades of Myrtle #266314
Tints of Myrtle #266314
RGB
CMYK
RGB Variations
Color information
#266314 (or 0x266314) is known color: Myrtle. HEX triplet: 26, 63 and 14. RGB value is (38,99,20). Sum of RGB (Red+Green+Blue) = 38+99+20=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #266314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266314 is #D99CEB. Grayscale: #484848. Windows color (decimal): -14261484 or 1336102. OLE color: 1336102.
HSL color Cylindrical-coordinate representation of color #266314: hue angle of 106.33º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266314 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 99 | 20 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.61 |
| HSL | 106.33º | 0.66% | 0.23% | - |
| HSV(B) | 106.33º | 0.8% | 0.39% | - |
| XYZ | 5.39 | 9.39 | 2.19 | - |
| YUV | 71.76 | 98.79 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 20 | 0.62 | 0 | 0.80 | 0.61 | 106.33 | 0.66 | 0.23 |
| Hex | 26 | 63 | 14 | 3E | 0 | 50 | 3D | 6A | 42 | 17 |
| Octal | 46 | 143 | 24 | 76 | 0 | 120 | 75 | 152 | 102 | 27 |
| Binary | 100110 | 1100011 | 10100 | 111110 | 0 | 1010000 | 111101 | 1101010 | 1000010 | 10111 |
Color Harmonies of #266314
Complementary color
Monochromatic Colors of #266314
Black with #266314
Text Example
Text Example
White with #266314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266314; }
p { color: rgb(38,99,20); }
H1.HeaderClassName
{
color: #266314;
}
.AnyTagClassName
{
color: #266314;
}
</style>
background-color css
<style>
a { background-color: #266314; }
a { background-color: rgb(38,99,20); }
div.DivClassName
{
background-color: #266314;
}
.BgClassName
{
background-color: #266314;
}
</style>
border-color css
<style>
span { border-color: #266314; }
span { border-color: rgb(38,99,20); }
td.TdClassName
{
border-color: #266314;
}
.TagClassName
{
border-color: #266314;
}
</style>