Shades of Myrtle #264E1B
Tints of Myrtle #264E1B
RGB
CMYK
RGB Variations
Color information
#264E1B (or 0x264E1B) is known color: Myrtle. HEX triplet: 26, 4E and 1B. RGB value is (38,78,27). Sum of RGB (Red+Green+Blue) = 38+78+27=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #264E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264E1B is #D9B1E4. Grayscale: #3C3C3C. Windows color (decimal): -14266853 or 1789478. OLE color: 1789478.
HSL color Cylindrical-coordinate representation of color #264E1B: hue angle of 107.06º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #264E1B is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 78 | 27 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.69 |
| HSL | 107.06º | 0.49% | 0.21% | - |
| HSV(B) | 107.06º | 0.65% | 0.31% | - |
| XYZ | 3.72 | 5.94 | 1.99 | - |
| YUV | 60.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 27 | 0.51 | 0 | 0.65 | 0.69 | 107.06 | 0.49 | 0.21 |
| Hex | 26 | 4E | 1B | 33 | 0 | 41 | 45 | 6B | 31 | 15 |
| Octal | 46 | 116 | 33 | 63 | 0 | 101 | 105 | 153 | 61 | 25 |
| Binary | 100110 | 1001110 | 11011 | 110011 | 0 | 1000001 | 1000101 | 1101011 | 110001 | 10101 |
Color Harmonies of #264E1B
Complementary color
Monochromatic Colors of #264E1B
Black with #264E1B
Text Example
Text Example
White with #264E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E1B; }
p { color: rgb(38,78,27); }
H1.HeaderClassName
{
color: #264E1B;
}
.AnyTagClassName
{
color: #264E1B;
}
</style>
background-color css
<style>
a { background-color: #264E1B; }
a { background-color: rgb(38,78,27); }
div.DivClassName
{
background-color: #264E1B;
}
.BgClassName
{
background-color: #264E1B;
}
</style>
border-color css
<style>
span { border-color: #264E1B; }
span { border-color: rgb(38,78,27); }
td.TdClassName
{
border-color: #264E1B;
}
.TagClassName
{
border-color: #264E1B;
}
</style>