Shades of Myrtle #185003
Tints of Myrtle #185003
RGB
CMYK
RGB Variations
Color information
#185003 (or 0x185003) is known color: Myrtle. HEX triplet: 18, 50 and 03. RGB value is (24,80,3). Sum of RGB (Red+Green+Blue) = 24+80+3=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 80 (31.64% from 255 or 74.77% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 80 - color contains mainly: green. Hex color #185003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185003 is #E7AFFC. Grayscale: #363636. Windows color (decimal): -15183869 or 217112. OLE color: 217112.
HSL color Cylindrical-coordinate representation of color #185003: hue angle of 103.64º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #185003 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 80 | 3 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.69 |
| HSL | 103.64º | 0.93% | 0.16% | - |
| HSV(B) | 103.64º | 0.96% | 0.31% | - |
| XYZ | 3.26 | 5.94 | 1.06 | - |
| YUV | 54.48 | 98.95 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 3 | 0.70 | 0 | 0.96 | 0.69 | 103.64 | 0.93 | 0.16 |
| Hex | 18 | 50 | 3 | 46 | 0 | 60 | 45 | 68 | 5D | 10 |
| Octal | 30 | 120 | 3 | 106 | 0 | 140 | 105 | 150 | 135 | 20 |
| Binary | 11000 | 1010000 | 11 | 1000110 | 0 | 1100000 | 1000101 | 1101000 | 1011101 | 10000 |
Color Harmonies of #185003
Complementary color
Monochromatic Colors of #185003
Black with #185003
Text Example
Text Example
White with #185003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185003; }
p { color: rgb(24,80,3); }
H1.HeaderClassName
{
color: #185003;
}
.AnyTagClassName
{
color: #185003;
}
</style>
background-color css
<style>
a { background-color: #185003; }
a { background-color: rgb(24,80,3); }
div.DivClassName
{
background-color: #185003;
}
.BgClassName
{
background-color: #185003;
}
</style>
border-color css
<style>
span { border-color: #185003; }
span { border-color: rgb(24,80,3); }
td.TdClassName
{
border-color: #185003;
}
.TagClassName
{
border-color: #185003;
}
</style>