Shades of Myrtle #185C0F
Tints of Myrtle #185C0F
RGB
CMYK
RGB Variations
Color information
#185C0F (or 0x185C0F) is known color: Myrtle. HEX triplet: 18, 5C and 0F. RGB value is (24,92,15). Sum of RGB (Red+Green+Blue) = 24+92+15=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 92 (36.33% from 255 or 70.23% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 92 - color contains mainly: green. Hex color #185C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185C0F is #E7A3F0. Grayscale: #3F3F3F. Windows color (decimal): -15180785 or 1006616. OLE color: 1006616.
HSL color Cylindrical-coordinate representation of color #185C0F: hue angle of 112.99º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185C0F is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 92 | 15 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.64 |
| HSL | 112.99º | 0.72% | 0.21% | - |
| HSV(B) | 112.99º | 0.84% | 0.36% | - |
| XYZ | 4.29 | 7.88 | 1.75 | - |
| YUV | 62.89 | 100.97 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 15 | 0.74 | 0 | 0.84 | 0.64 | 112.99 | 0.72 | 0.21 |
| Hex | 18 | 5C | F | 4A | 0 | 54 | 40 | 71 | 48 | 15 |
| Octal | 30 | 134 | 17 | 112 | 0 | 124 | 100 | 161 | 110 | 25 |
| Binary | 11000 | 1011100 | 1111 | 1001010 | 0 | 1010100 | 1000000 | 1110001 | 1001000 | 10101 |
Color Harmonies of #185C0F
Complementary color
Monochromatic Colors of #185C0F
Black with #185C0F
Text Example
Text Example
White with #185C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C0F; }
p { color: rgb(24,92,15); }
H1.HeaderClassName
{
color: #185C0F;
}
.AnyTagClassName
{
color: #185C0F;
}
</style>
background-color css
<style>
a { background-color: #185C0F; }
a { background-color: rgb(24,92,15); }
div.DivClassName
{
background-color: #185C0F;
}
.BgClassName
{
background-color: #185C0F;
}
</style>
border-color css
<style>
span { border-color: #185C0F; }
span { border-color: rgb(24,92,15); }
td.TdClassName
{
border-color: #185C0F;
}
.TagClassName
{
border-color: #185C0F;
}
</style>