Shades of Myrtle #264A18
Tints of Myrtle #264A18
RGB
CMYK
RGB Variations
Color information
#264A18 (or 0x264A18) is known color: Myrtle. HEX triplet: 26, 4A and 18. RGB value is (38,74,24). Sum of RGB (Red+Green+Blue) = 38+74+24=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #264A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264A18 is #D9B5E7. Grayscale: #393939. Windows color (decimal): -14267880 or 1591846. OLE color: 1591846.
HSL color Cylindrical-coordinate representation of color #264A18: hue angle of 103.2º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264A18 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 74 | 24 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.71 |
| HSL | 103.2º | 0.51% | 0.19% | - |
| HSV(B) | 103.2º | 0.68% | 0.29% | - |
| XYZ | 3.41 | 5.38 | 1.72 | - |
| YUV | 57.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 24 | 0.49 | 0 | 0.68 | 0.71 | 103.2 | 0.51 | 0.19 |
| Hex | 26 | 4A | 18 | 31 | 0 | 44 | 47 | 67 | 33 | 13 |
| Octal | 46 | 112 | 30 | 61 | 0 | 104 | 107 | 147 | 63 | 23 |
| Binary | 100110 | 1001010 | 11000 | 110001 | 0 | 1000100 | 1000111 | 1100111 | 110011 | 10011 |
Color Harmonies of #264A18
Complementary color
Monochromatic Colors of #264A18
Black with #264A18
Text Example
Text Example
White with #264A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A18; }
p { color: rgb(38,74,24); }
H1.HeaderClassName
{
color: #264A18;
}
.AnyTagClassName
{
color: #264A18;
}
</style>
background-color css
<style>
a { background-color: #264A18; }
a { background-color: rgb(38,74,24); }
div.DivClassName
{
background-color: #264A18;
}
.BgClassName
{
background-color: #264A18;
}
</style>
border-color css
<style>
span { border-color: #264A18; }
span { border-color: rgb(38,74,24); }
td.TdClassName
{
border-color: #264A18;
}
.TagClassName
{
border-color: #264A18;
}
</style>