Shades of Myrtle #18530F
Tints of Myrtle #18530F
RGB
CMYK
RGB Variations
Color information
#18530F (or 0x18530F) is known color: Myrtle. HEX triplet: 18, 53 and 0F. RGB value is (24,83,15). Sum of RGB (Red+Green+Blue) = 24+83+15=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #18530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18530F is #E7ACF0. Grayscale: #393939. Windows color (decimal): -15183089 or 1004312. OLE color: 1004312.
HSL color Cylindrical-coordinate representation of color #18530F: hue angle of 112.06º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18530F is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 15 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.67 |
| HSL | 112.06º | 0.69% | 0.19% | - |
| HSV(B) | 112.06º | 0.82% | 0.33% | - |
| XYZ | 3.56 | 6.42 | 1.5 | - |
| YUV | 57.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 15 | 0.71 | 0 | 0.82 | 0.67 | 112.06 | 0.69 | 0.19 |
| Hex | 18 | 53 | F | 47 | 0 | 52 | 43 | 70 | 45 | 13 |
| Octal | 30 | 123 | 17 | 107 | 0 | 122 | 103 | 160 | 105 | 23 |
| Binary | 11000 | 1010011 | 1111 | 1000111 | 0 | 1010010 | 1000011 | 1110000 | 1000101 | 10011 |
Color Harmonies of #18530F
Complementary color
Monochromatic Colors of #18530F
Black with #18530F
Text Example
Text Example
White with #18530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18530F; }
p { color: rgb(24,83,15); }
H1.HeaderClassName
{
color: #18530F;
}
.AnyTagClassName
{
color: #18530F;
}
</style>
background-color css
<style>
a { background-color: #18530F; }
a { background-color: rgb(24,83,15); }
div.DivClassName
{
background-color: #18530F;
}
.BgClassName
{
background-color: #18530F;
}
</style>
border-color css
<style>
span { border-color: #18530F; }
span { border-color: rgb(24,83,15); }
td.TdClassName
{
border-color: #18530F;
}
.TagClassName
{
border-color: #18530F;
}
</style>