Shades of Myrtle #264C08
Tints of Myrtle #264C08
RGB
CMYK
RGB Variations
Color information
#264C08 (or 0x264C08) is known color: Myrtle. HEX triplet: 26, 4C and 08. RGB value is (38,76,8). Sum of RGB (Red+Green+Blue) = 38+76+8=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 76 (30.08% from 255 or 62.30% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 76 - color contains mainly: green. Hex color #264C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264C08 is #D9B3F7. Grayscale: #393939. Windows color (decimal): -14267384 or 543782. OLE color: 543782.
HSL color Cylindrical-coordinate representation of color #264C08: hue angle of 93.53º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #264C08 is Cyan = 0.5, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 8 | - |
| CMYK | 0.5 | 0 | 0.89 | 0.70 |
| HSL | 93.53º | 0.81% | 0.16% | - |
| HSV(B) | 93.53º | 0.89% | 0.3% | - |
| XYZ | 3.43 | 5.6 | 1.13 | - |
| YUV | 56.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 8 | 0.5 | 0 | 0.89 | 0.70 | 93.53 | 0.81 | 0.16 |
| Hex | 26 | 4C | 8 | 32 | 0 | 59 | 46 | 5E | 51 | 10 |
| Octal | 46 | 114 | 10 | 62 | 0 | 131 | 106 | 136 | 121 | 20 |
| Binary | 100110 | 1001100 | 1000 | 110010 | 0 | 1011001 | 1000110 | 1011110 | 1010001 | 10000 |
Color Harmonies of #264C08
Complementary color
Monochromatic Colors of #264C08
Black with #264C08
Text Example
Text Example
White with #264C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C08; }
p { color: rgb(38,76,8); }
H1.HeaderClassName
{
color: #264C08;
}
.AnyTagClassName
{
color: #264C08;
}
</style>
background-color css
<style>
a { background-color: #264C08; }
a { background-color: rgb(38,76,8); }
div.DivClassName
{
background-color: #264C08;
}
.BgClassName
{
background-color: #264C08;
}
</style>
border-color css
<style>
span { border-color: #264C08; }
span { border-color: rgb(38,76,8); }
td.TdClassName
{
border-color: #264C08;
}
.TagClassName
{
border-color: #264C08;
}
</style>