Shades of Myrtle #264B1B
Tints of Myrtle #264B1B
RGB
CMYK
RGB Variations
Color information
#264B1B (or 0x264B1B) is known color: Myrtle. HEX triplet: 26, 4B and 1B. RGB value is (38,75,27). Sum of RGB (Red+Green+Blue) = 38+75+27=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #264B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264B1B is #D9B4E4. Grayscale: #3A3A3A. Windows color (decimal): -14267621 or 1788710. OLE color: 1788710.
HSL color Cylindrical-coordinate representation of color #264B1B: hue angle of 106.25º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #264B1B is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 75 | 27 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.71 |
| HSL | 106.25º | 0.47% | 0.2% | - |
| HSV(B) | 106.25º | 0.64% | 0.29% | - |
| XYZ | 3.51 | 5.52 | 1.92 | - |
| YUV | 58.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 27 | 0.49 | 0 | 0.64 | 0.71 | 106.25 | 0.47 | 0.2 |
| Hex | 26 | 4B | 1B | 31 | 0 | 40 | 47 | 6A | 2F | 14 |
| Octal | 46 | 113 | 33 | 61 | 0 | 100 | 107 | 152 | 57 | 24 |
| Binary | 100110 | 1001011 | 11011 | 110001 | 0 | 1000000 | 1000111 | 1101010 | 101111 | 10100 |
Color Harmonies of #264B1B
Complementary color
Monochromatic Colors of #264B1B
Black with #264B1B
Text Example
Text Example
White with #264B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264B1B; }
p { color: rgb(38,75,27); }
H1.HeaderClassName
{
color: #264B1B;
}
.AnyTagClassName
{
color: #264B1B;
}
</style>
background-color css
<style>
a { background-color: #264B1B; }
a { background-color: rgb(38,75,27); }
div.DivClassName
{
background-color: #264B1B;
}
.BgClassName
{
background-color: #264B1B;
}
</style>
border-color css
<style>
span { border-color: #264B1B; }
span { border-color: rgb(38,75,27); }
td.TdClassName
{
border-color: #264B1B;
}
.TagClassName
{
border-color: #264B1B;
}
</style>