Shades of Myrtle #26461F
Tints of Myrtle #26461F
RGB
CMYK
RGB Variations
Color information
#26461F (or 0x26461F) is known color: Myrtle. HEX triplet: 26, 46 and 1F. RGB value is (38,70,31). Sum of RGB (Red+Green+Blue) = 38+70+31=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #26461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26461F is #D9B9E0. Grayscale: #383838. Windows color (decimal): -14268897 or 2049574. OLE color: 2049574.
HSL color Cylindrical-coordinate representation of color #26461F: hue angle of 109.23º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #26461F is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 70 | 31 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.73 |
| HSL | 109.23º | 0.39% | 0.2% | - |
| HSV(B) | 109.23º | 0.56% | 0.27% | - |
| XYZ | 3.24 | 4.89 | 2.07 | - |
| YUV | 55.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 31 | 0.46 | 0 | 0.56 | 0.73 | 109.23 | 0.39 | 0.2 |
| Hex | 26 | 46 | 1F | 2E | 0 | 38 | 49 | 6D | 27 | 14 |
| Octal | 46 | 106 | 37 | 56 | 0 | 70 | 111 | 155 | 47 | 24 |
| Binary | 100110 | 1000110 | 11111 | 101110 | 0 | 111000 | 1001001 | 1101101 | 100111 | 10100 |
Color Harmonies of #26461F
Complementary color
Monochromatic Colors of #26461F
Black with #26461F
Text Example
Text Example
White with #26461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26461F; }
p { color: rgb(38,70,31); }
H1.HeaderClassName
{
color: #26461F;
}
.AnyTagClassName
{
color: #26461F;
}
</style>
background-color css
<style>
a { background-color: #26461F; }
a { background-color: rgb(38,70,31); }
div.DivClassName
{
background-color: #26461F;
}
.BgClassName
{
background-color: #26461F;
}
</style>
border-color css
<style>
span { border-color: #26461F; }
span { border-color: rgb(38,70,31); }
td.TdClassName
{
border-color: #26461F;
}
.TagClassName
{
border-color: #26461F;
}
</style>