Shades of Myrtle #264F28
Tints of Myrtle #264F28
RGB
CMYK
RGB Variations
Color information
#264F28 (or 0x264F28) is known color: Myrtle. HEX triplet: 26, 4F and 28. RGB value is (38,79,40). Sum of RGB (Red+Green+Blue) = 38+79+40=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 79 (31.25% from 255 or 50.32% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 79 - color contains mainly: green. Hex color #264F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264F28 is #D9B0D7. Grayscale: #3E3E3E. Windows color (decimal): -14266584 or 2641702. OLE color: 2641702.
HSL color Cylindrical-coordinate representation of color #264F28: hue angle of 122.93º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264F28 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 79 | 40 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.69 |
| HSL | 122.93º | 0.35% | 0.23% | - |
| HSV(B) | 122.93º | 0.52% | 0.31% | - |
| XYZ | 3.98 | 6.16 | 2.99 | - |
| YUV | 62.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 40 | 0.52 | 0 | 0.49 | 0.69 | 122.93 | 0.35 | 0.23 |
| Hex | 26 | 4F | 28 | 34 | 0 | 31 | 45 | 7B | 23 | 17 |
| Octal | 46 | 117 | 50 | 64 | 0 | 61 | 105 | 173 | 43 | 27 |
| Binary | 100110 | 1001111 | 101000 | 110100 | 0 | 110001 | 1000101 | 1111011 | 100011 | 10111 |
Color Harmonies of #264F28
Complementary color
Monochromatic Colors of #264F28
Black with #264F28
Text Example
Text Example
White with #264F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264F28; }
p { color: rgb(38,79,40); }
H1.HeaderClassName
{
color: #264F28;
}
.AnyTagClassName
{
color: #264F28;
}
</style>
background-color css
<style>
a { background-color: #264F28; }
a { background-color: rgb(38,79,40); }
div.DivClassName
{
background-color: #264F28;
}
.BgClassName
{
background-color: #264F28;
}
</style>
border-color css
<style>
span { border-color: #264F28; }
span { border-color: rgb(38,79,40); }
td.TdClassName
{
border-color: #264F28;
}
.TagClassName
{
border-color: #264F28;
}
</style>