Shades of Myrtle #264328
Tints of Myrtle #264328
RGB
CMYK
RGB Variations
Color information
#264328 (or 0x264328) is known color: Myrtle. HEX triplet: 26, 43 and 28. RGB value is (38,67,40). Sum of RGB (Red+Green+Blue) = 38+67+40=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #264328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264328 is #D9BCD7. Grayscale: #373737. Windows color (decimal): -14269656 or 2638630. OLE color: 2638630.
HSL color Cylindrical-coordinate representation of color #264328: hue angle of 124.14º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #264328 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 67 | 40 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.74 |
| HSL | 124.14º | 0.28% | 0.21% | - |
| HSV(B) | 124.14º | 0.43% | 0.26% | - |
| XYZ | 3.19 | 4.58 | 2.72 | - |
| YUV | 55.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 40 | 0.43 | 0 | 0.40 | 0.74 | 124.14 | 0.28 | 0.21 |
| Hex | 26 | 43 | 28 | 2B | 0 | 28 | 4A | 7C | 1C | 15 |
| Octal | 46 | 103 | 50 | 53 | 0 | 50 | 112 | 174 | 34 | 25 |
| Binary | 100110 | 1000011 | 101000 | 101011 | 0 | 101000 | 1001010 | 1111100 | 11100 | 10101 |
Color Harmonies of #264328
Complementary color
Monochromatic Colors of #264328
Black with #264328
Text Example
Text Example
White with #264328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264328; }
p { color: rgb(38,67,40); }
H1.HeaderClassName
{
color: #264328;
}
.AnyTagClassName
{
color: #264328;
}
</style>
background-color css
<style>
a { background-color: #264328; }
a { background-color: rgb(38,67,40); }
div.DivClassName
{
background-color: #264328;
}
.BgClassName
{
background-color: #264328;
}
</style>
border-color css
<style>
span { border-color: #264328; }
span { border-color: rgb(38,67,40); }
td.TdClassName
{
border-color: #264328;
}
.TagClassName
{
border-color: #264328;
}
</style>