Shades of Myrtle #1A440F
Tints of Myrtle #1A440F
RGB
CMYK
RGB Variations
Color information
#1A440F (or 0x1A440F) is known color: Myrtle. HEX triplet: 1A, 44 and 0F. RGB value is (26,68,15). Sum of RGB (Red+Green+Blue) = 26+68+15=109 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.85% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #1A440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A440F is #E5BBF0. Grayscale: #313131. Windows color (decimal): -15055857 or 1000474. OLE color: 1000474.
HSL color Cylindrical-coordinate representation of color #1A440F: hue angle of 107.55º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A440F is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 68 | 15 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.73 |
| HSL | 107.55º | 0.64% | 0.16% | - |
| HSV(B) | 107.55º | 0.78% | 0.27% | - |
| XYZ | 2.58 | 4.39 | 1.16 | - |
| YUV | 49.4 | 108.59 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 15 | 0.62 | 0 | 0.78 | 0.73 | 107.55 | 0.64 | 0.16 |
| Hex | 1A | 44 | F | 3E | 0 | 4E | 49 | 6C | 40 | 10 |
| Octal | 32 | 104 | 17 | 76 | 0 | 116 | 111 | 154 | 100 | 20 |
| Binary | 11010 | 1000100 | 1111 | 111110 | 0 | 1001110 | 1001001 | 1101100 | 1000000 | 10000 |
Color Harmonies of #1A440F
Complementary color
Monochromatic Colors of #1A440F
Black with #1A440F
Text Example
Text Example
White with #1A440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A440F; }
p { color: rgb(26,68,15); }
H1.HeaderClassName
{
color: #1A440F;
}
.AnyTagClassName
{
color: #1A440F;
}
</style>
background-color css
<style>
a { background-color: #1A440F; }
a { background-color: rgb(26,68,15); }
div.DivClassName
{
background-color: #1A440F;
}
.BgClassName
{
background-color: #1A440F;
}
</style>
border-color css
<style>
span { border-color: #1A440F; }
span { border-color: rgb(26,68,15); }
td.TdClassName
{
border-color: #1A440F;
}
.TagClassName
{
border-color: #1A440F;
}
</style>