Shades of Myrtle #264225
Tints of Myrtle #264225
RGB
CMYK
RGB Variations
Color information
#264225 (or 0x264225) is known color: Myrtle. HEX triplet: 26, 42 and 25. RGB value is (38,66,37). Sum of RGB (Red+Green+Blue) = 38+66+37=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #264225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264225 is #D9BDDA. Grayscale: #363636. Windows color (decimal): -14269915 or 2441766. OLE color: 2441766.
HSL color Cylindrical-coordinate representation of color #264225: hue angle of 117.93º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #264225 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 66 | 37 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.74 |
| HSL | 117.93º | 0.28% | 0.2% | - |
| HSV(B) | 117.93º | 0.44% | 0.26% | - |
| XYZ | 3.08 | 4.44 | 2.45 | - |
| YUV | 54.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 37 | 0.42 | 0 | 0.44 | 0.74 | 117.93 | 0.28 | 0.2 |
| Hex | 26 | 42 | 25 | 2A | 0 | 2C | 4A | 76 | 1C | 14 |
| Octal | 46 | 102 | 45 | 52 | 0 | 54 | 112 | 166 | 34 | 24 |
| Binary | 100110 | 1000010 | 100101 | 101010 | 0 | 101100 | 1001010 | 1110110 | 11100 | 10100 |
Color Harmonies of #264225
Complementary color
Monochromatic Colors of #264225
Black with #264225
Text Example
Text Example
White with #264225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264225; }
p { color: rgb(38,66,37); }
H1.HeaderClassName
{
color: #264225;
}
.AnyTagClassName
{
color: #264225;
}
</style>
background-color css
<style>
a { background-color: #264225; }
a { background-color: rgb(38,66,37); }
div.DivClassName
{
background-color: #264225;
}
.BgClassName
{
background-color: #264225;
}
</style>
border-color css
<style>
span { border-color: #264225; }
span { border-color: rgb(38,66,37); }
td.TdClassName
{
border-color: #264225;
}
.TagClassName
{
border-color: #264225;
}
</style>