Shades of Myrtle #26481A
Tints of Myrtle #26481A
RGB
CMYK
RGB Variations
Color information
#26481A (or 0x26481A) is known color: Myrtle. HEX triplet: 26, 48 and 1A. RGB value is (38,72,26). Sum of RGB (Red+Green+Blue) = 38+72+26=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #26481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26481A is #D9B7E5. Grayscale: #383838. Windows color (decimal): -14268390 or 1722406. OLE color: 1722406.
HSL color Cylindrical-coordinate representation of color #26481A: hue angle of 104.35º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26481A is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 72 | 26 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.72 |
| HSL | 104.35º | 0.47% | 0.19% | - |
| HSV(B) | 104.35º | 0.64% | 0.28% | - |
| XYZ | 3.3 | 5.12 | 1.79 | - |
| YUV | 56.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 26 | 0.47 | 0 | 0.64 | 0.72 | 104.35 | 0.47 | 0.19 |
| Hex | 26 | 48 | 1A | 2F | 0 | 40 | 48 | 68 | 2F | 13 |
| Octal | 46 | 110 | 32 | 57 | 0 | 100 | 110 | 150 | 57 | 23 |
| Binary | 100110 | 1001000 | 11010 | 101111 | 0 | 1000000 | 1001000 | 1101000 | 101111 | 10011 |
Color Harmonies of #26481A
Complementary color
Monochromatic Colors of #26481A
Black with #26481A
Text Example
Text Example
White with #26481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26481A; }
p { color: rgb(38,72,26); }
H1.HeaderClassName
{
color: #26481A;
}
.AnyTagClassName
{
color: #26481A;
}
</style>
background-color css
<style>
a { background-color: #26481A; }
a { background-color: rgb(38,72,26); }
div.DivClassName
{
background-color: #26481A;
}
.BgClassName
{
background-color: #26481A;
}
</style>
border-color css
<style>
span { border-color: #26481A; }
span { border-color: rgb(38,72,26); }
td.TdClassName
{
border-color: #26481A;
}
.TagClassName
{
border-color: #26481A;
}
</style>