Shades of Myrtle #185A1A
Tints of Myrtle #185A1A
RGB
CMYK
RGB Variations
Color information
#185A1A (or 0x185A1A) is known color: Myrtle. HEX triplet: 18, 5A and 1A. RGB value is (24,90,26). Sum of RGB (Red+Green+Blue) = 24+90+26=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 90 (35.55% from 255 or 64.29% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 90 - color contains mainly: green. Hex color #185A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185A1A is #E7A5E5. Grayscale: #3F3F3F. Windows color (decimal): -15181286 or 1727000. OLE color: 1727000.
HSL color Cylindrical-coordinate representation of color #185A1A: hue angle of 121.82º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185A1A is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 90 | 26 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.65 |
| HSL | 121.82º | 0.58% | 0.22% | - |
| HSV(B) | 121.82º | 0.73% | 0.35% | - |
| XYZ | 4.22 | 7.58 | 2.22 | - |
| YUV | 62.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 26 | 0.73 | 0 | 0.71 | 0.65 | 121.82 | 0.58 | 0.22 |
| Hex | 18 | 5A | 1A | 49 | 0 | 47 | 41 | 7A | 3A | 16 |
| Octal | 30 | 132 | 32 | 111 | 0 | 107 | 101 | 172 | 72 | 26 |
| Binary | 11000 | 1011010 | 11010 | 1001001 | 0 | 1000111 | 1000001 | 1111010 | 111010 | 10110 |
Color Harmonies of #185A1A
Complementary color
Monochromatic Colors of #185A1A
Black with #185A1A
Text Example
Text Example
White with #185A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A1A; }
p { color: rgb(24,90,26); }
H1.HeaderClassName
{
color: #185A1A;
}
.AnyTagClassName
{
color: #185A1A;
}
</style>
background-color css
<style>
a { background-color: #185A1A; }
a { background-color: rgb(24,90,26); }
div.DivClassName
{
background-color: #185A1A;
}
.BgClassName
{
background-color: #185A1A;
}
</style>
border-color css
<style>
span { border-color: #185A1A; }
span { border-color: rgb(24,90,26); }
td.TdClassName
{
border-color: #185A1A;
}
.TagClassName
{
border-color: #185A1A;
}
</style>