Shades of Myrtle #185306
Tints of Myrtle #185306
RGB
CMYK
RGB Variations
Color information
#185306 (or 0x185306) is known color: Myrtle. HEX triplet: 18, 53 and 06. RGB value is (24,83,6). Sum of RGB (Red+Green+Blue) = 24+83+6=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 83 (32.81% from 255 or 73.45% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 83 - color contains mainly: green. Hex color #185306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185306 is #E7ACF9. Grayscale: #383838. Windows color (decimal): -15183098 or 414488. OLE color: 414488.
HSL color Cylindrical-coordinate representation of color #185306: hue angle of 105.97º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #185306 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 6 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.67 |
| HSL | 105.97º | 0.87% | 0.17% | - |
| HSV(B) | 105.97º | 0.93% | 0.33% | - |
| XYZ | 3.5 | 6.39 | 1.22 | - |
| YUV | 56.58 | 99.45 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 6 | 0.71 | 0 | 0.93 | 0.67 | 105.97 | 0.87 | 0.17 |
| Hex | 18 | 53 | 6 | 47 | 0 | 5D | 43 | 6A | 57 | 11 |
| Octal | 30 | 123 | 6 | 107 | 0 | 135 | 103 | 152 | 127 | 21 |
| Binary | 11000 | 1010011 | 110 | 1000111 | 0 | 1011101 | 1000011 | 1101010 | 1010111 | 10001 |
Color Harmonies of #185306
Complementary color
Monochromatic Colors of #185306
Black with #185306
Text Example
Text Example
White with #185306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185306; }
p { color: rgb(24,83,6); }
H1.HeaderClassName
{
color: #185306;
}
.AnyTagClassName
{
color: #185306;
}
</style>
background-color css
<style>
a { background-color: #185306; }
a { background-color: rgb(24,83,6); }
div.DivClassName
{
background-color: #185306;
}
.BgClassName
{
background-color: #185306;
}
</style>
border-color css
<style>
span { border-color: #185306; }
span { border-color: rgb(24,83,6); }
td.TdClassName
{
border-color: #185306;
}
.TagClassName
{
border-color: #185306;
}
</style>