Shades of Myrtle #264922
Tints of Myrtle #264922
RGB
CMYK
RGB Variations
Color information
#264922 (or 0x264922) is known color: Myrtle. HEX triplet: 26, 49 and 22. RGB value is (38,73,34). Sum of RGB (Red+Green+Blue) = 38+73+34=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #264922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264922 is #D9B6DD. Grayscale: #3A3A3A. Windows color (decimal): -14268126 or 2246950. OLE color: 2246950.
HSL color Cylindrical-coordinate representation of color #264922: hue angle of 113.85º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #264922 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 34 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.71 |
| HSL | 113.85º | 0.36% | 0.21% | - |
| HSV(B) | 113.85º | 0.53% | 0.29% | - |
| XYZ | 3.47 | 5.29 | 2.35 | - |
| YUV | 58.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 34 | 0.48 | 0 | 0.53 | 0.71 | 113.85 | 0.36 | 0.21 |
| Hex | 26 | 49 | 22 | 30 | 0 | 35 | 47 | 72 | 24 | 15 |
| Octal | 46 | 111 | 42 | 60 | 0 | 65 | 107 | 162 | 44 | 25 |
| Binary | 100110 | 1001001 | 100010 | 110000 | 0 | 110101 | 1000111 | 1110010 | 100100 | 10101 |
Color Harmonies of #264922
Complementary color
Monochromatic Colors of #264922
Black with #264922
Text Example
Text Example
White with #264922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264922; }
p { color: rgb(38,73,34); }
H1.HeaderClassName
{
color: #264922;
}
.AnyTagClassName
{
color: #264922;
}
</style>
background-color css
<style>
a { background-color: #264922; }
a { background-color: rgb(38,73,34); }
div.DivClassName
{
background-color: #264922;
}
.BgClassName
{
background-color: #264922;
}
</style>
border-color css
<style>
span { border-color: #264922; }
span { border-color: rgb(38,73,34); }
td.TdClassName
{
border-color: #264922;
}
.TagClassName
{
border-color: #264922;
}
</style>