Shades of Myrtle #18431A
Tints of Myrtle #18431A
RGB
CMYK
RGB Variations
Color information
#18431A (or 0x18431A) is known color: Myrtle. HEX triplet: 18, 43 and 1A. RGB value is (24,67,26). Sum of RGB (Red+Green+Blue) = 24+67+26=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #18431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18431A is #E7BCE5. Grayscale: #313131. Windows color (decimal): -15187174 or 1721112. OLE color: 1721112.
HSL color Cylindrical-coordinate representation of color #18431A: hue angle of 122.79º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18431A is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 67 | 26 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.74 |
| HSL | 122.79º | 0.47% | 0.18% | - |
| HSV(B) | 122.79º | 0.64% | 0.26% | - |
| XYZ | 2.57 | 4.28 | 1.67 | - |
| YUV | 49.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 26 | 0.64 | 0 | 0.61 | 0.74 | 122.79 | 0.47 | 0.18 |
| Hex | 18 | 43 | 1A | 40 | 0 | 3D | 4A | 7B | 2F | 12 |
| Octal | 30 | 103 | 32 | 100 | 0 | 75 | 112 | 173 | 57 | 22 |
| Binary | 11000 | 1000011 | 11010 | 1000000 | 0 | 111101 | 1001010 | 1111011 | 101111 | 10010 |
Color Harmonies of #18431A
Complementary color
Monochromatic Colors of #18431A
Black with #18431A
Text Example
Text Example
White with #18431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18431A; }
p { color: rgb(24,67,26); }
H1.HeaderClassName
{
color: #18431A;
}
.AnyTagClassName
{
color: #18431A;
}
</style>
background-color css
<style>
a { background-color: #18431A; }
a { background-color: rgb(24,67,26); }
div.DivClassName
{
background-color: #18431A;
}
.BgClassName
{
background-color: #18431A;
}
</style>
border-color css
<style>
span { border-color: #18431A; }
span { border-color: rgb(24,67,26); }
td.TdClassName
{
border-color: #18431A;
}
.TagClassName
{
border-color: #18431A;
}
</style>