Shades of Myrtle #26630B
Tints of Myrtle #26630B
RGB
CMYK
RGB Variations
Color information
#26630B (or 0x26630B) is known color: Myrtle. HEX triplet: 26, 63 and 0B. RGB value is (38,99,11). Sum of RGB (Red+Green+Blue) = 38+99+11=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #26630B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26630B is #D99CF4. Grayscale: #474747. Windows color (decimal): -14261493 or 746278. OLE color: 746278.
HSL color Cylindrical-coordinate representation of color #26630B: hue angle of 101.59º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26630B is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 99 | 11 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.61 |
| HSL | 101.59º | 0.8% | 0.22% | - |
| HSV(B) | 101.59º | 0.89% | 0.39% | - |
| XYZ | 5.32 | 9.36 | 1.84 | - |
| YUV | 70.73 | 94.29 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 11 | 0.62 | 0 | 0.89 | 0.61 | 101.59 | 0.8 | 0.22 |
| Hex | 26 | 63 | B | 3E | 0 | 59 | 3D | 66 | 50 | 16 |
| Octal | 46 | 143 | 13 | 76 | 0 | 131 | 75 | 146 | 120 | 26 |
| Binary | 100110 | 1100011 | 1011 | 111110 | 0 | 1011001 | 111101 | 1100110 | 1010000 | 10110 |
Color Harmonies of #26630B
Complementary color
Monochromatic Colors of #26630B
Black with #26630B
Text Example
Text Example
White with #26630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26630B; }
p { color: rgb(38,99,11); }
H1.HeaderClassName
{
color: #26630B;
}
.AnyTagClassName
{
color: #26630B;
}
</style>
background-color css
<style>
a { background-color: #26630B; }
a { background-color: rgb(38,99,11); }
div.DivClassName
{
background-color: #26630B;
}
.BgClassName
{
background-color: #26630B;
}
</style>
border-color css
<style>
span { border-color: #26630B; }
span { border-color: rgb(38,99,11); }
td.TdClassName
{
border-color: #26630B;
}
.TagClassName
{
border-color: #26630B;
}
</style>