Shades of Myrtle #18571A
Tints of Myrtle #18571A
RGB
CMYK
RGB Variations
Color information
#18571A (or 0x18571A) is known color: Myrtle. HEX triplet: 18, 57 and 1A. RGB value is (24,87,26). Sum of RGB (Red+Green+Blue) = 24+87+26=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #18571A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18571A is #E7A8E5. Grayscale: #3D3D3D. Windows color (decimal): -15182054 or 1726232. OLE color: 1726232.
HSL color Cylindrical-coordinate representation of color #18571A: hue angle of 121.9º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18571A is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 87 | 26 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.66 |
| HSL | 121.9º | 0.57% | 0.22% | - |
| HSV(B) | 121.9º | 0.72% | 0.34% | - |
| XYZ | 3.97 | 7.09 | 2.14 | - |
| YUV | 61.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 26 | 0.72 | 0 | 0.70 | 0.66 | 121.9 | 0.57 | 0.22 |
| Hex | 18 | 57 | 1A | 48 | 0 | 46 | 42 | 7A | 39 | 16 |
| Octal | 30 | 127 | 32 | 110 | 0 | 106 | 102 | 172 | 71 | 26 |
| Binary | 11000 | 1010111 | 11010 | 1001000 | 0 | 1000110 | 1000010 | 1111010 | 111001 | 10110 |
Color Harmonies of #18571A
Complementary color
Monochromatic Colors of #18571A
Black with #18571A
Text Example
Text Example
White with #18571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18571A; }
p { color: rgb(24,87,26); }
H1.HeaderClassName
{
color: #18571A;
}
.AnyTagClassName
{
color: #18571A;
}
</style>
background-color css
<style>
a { background-color: #18571A; }
a { background-color: rgb(24,87,26); }
div.DivClassName
{
background-color: #18571A;
}
.BgClassName
{
background-color: #18571A;
}
</style>
border-color css
<style>
span { border-color: #18571A; }
span { border-color: rgb(24,87,26); }
td.TdClassName
{
border-color: #18571A;
}
.TagClassName
{
border-color: #18571A;
}
</style>