Shades of Myrtle #264320
Tints of Myrtle #264320
RGB
CMYK
RGB Variations
Color information
#264320 (or 0x264320) is known color: Myrtle. HEX triplet: 26, 43 and 20. RGB value is (38,67,32). Sum of RGB (Red+Green+Blue) = 38+67+32=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #264320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264320 is #D9BCDF. Grayscale: #363636. Windows color (decimal): -14269664 or 2114342. OLE color: 2114342.
HSL color Cylindrical-coordinate representation of color #264320: hue angle of 109.71º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264320 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 67 | 32 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.74 |
| HSL | 109.71º | 0.35% | 0.19% | - |
| HSV(B) | 109.71º | 0.52% | 0.26% | - |
| XYZ | 3.07 | 4.53 | 2.08 | - |
| YUV | 54.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 32 | 0.43 | 0 | 0.52 | 0.74 | 109.71 | 0.35 | 0.19 |
| Hex | 26 | 43 | 20 | 2B | 0 | 34 | 4A | 6E | 23 | 13 |
| Octal | 46 | 103 | 40 | 53 | 0 | 64 | 112 | 156 | 43 | 23 |
| Binary | 100110 | 1000011 | 100000 | 101011 | 0 | 110100 | 1001010 | 1101110 | 100011 | 10011 |
Color Harmonies of #264320
Complementary color
Monochromatic Colors of #264320
Black with #264320
Text Example
Text Example
White with #264320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264320; }
p { color: rgb(38,67,32); }
H1.HeaderClassName
{
color: #264320;
}
.AnyTagClassName
{
color: #264320;
}
</style>
background-color css
<style>
a { background-color: #264320; }
a { background-color: rgb(38,67,32); }
div.DivClassName
{
background-color: #264320;
}
.BgClassName
{
background-color: #264320;
}
</style>
border-color css
<style>
span { border-color: #264320; }
span { border-color: rgb(38,67,32); }
td.TdClassName
{
border-color: #264320;
}
.TagClassName
{
border-color: #264320;
}
</style>