Shades of Myrtle #1A381A
Tints of Myrtle #1A381A
RGB
CMYK
RGB Variations
Color information
#1A381A (or 0x1A381A) is known color: Myrtle. HEX triplet: 1A, 38 and 1A. RGB value is (26,56,26). Sum of RGB (Red+Green+Blue) = 26+56+26=108 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.07% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #1A381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A381A is #E5C7E5. Grayscale: #2B2B2B. Windows color (decimal): -15058918 or 1718298. OLE color: 1718298.
HSL color Cylindrical-coordinate representation of color #1A381A: hue angle of 120º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A381A is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 56 | 26 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.78 |
| HSL | 120º | 0.37% | 0.16% | - |
| HSV(B) | 120º | 0.54% | 0.22% | - |
| XYZ | 2.03 | 3.12 | 1.47 | - |
| YUV | 43.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 26 | 0.54 | 0 | 0.54 | 0.78 | 120 | 0.37 | 0.16 |
| Hex | 1A | 38 | 1A | 36 | 0 | 36 | 4E | 78 | 25 | 10 |
| Octal | 32 | 70 | 32 | 66 | 0 | 66 | 116 | 170 | 45 | 20 |
| Binary | 11010 | 111000 | 11010 | 110110 | 0 | 110110 | 1001110 | 1111000 | 100101 | 10000 |
Color Harmonies of #1A381A
Complementary color
Monochromatic Colors of #1A381A
Black with #1A381A
Text Example
Text Example
White with #1A381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A381A; }
p { color: rgb(26,56,26); }
H1.HeaderClassName
{
color: #1A381A;
}
.AnyTagClassName
{
color: #1A381A;
}
</style>
background-color css
<style>
a { background-color: #1A381A; }
a { background-color: rgb(26,56,26); }
div.DivClassName
{
background-color: #1A381A;
}
.BgClassName
{
background-color: #1A381A;
}
</style>
border-color css
<style>
span { border-color: #1A381A; }
span { border-color: rgb(26,56,26); }
td.TdClassName
{
border-color: #1A381A;
}
.TagClassName
{
border-color: #1A381A;
}
</style>