Shades of Myrtle #185C00
Tints of Myrtle #185C00
RGB
CMYK
RGB Variations
Color information
#185C00 (or 0x185C00) is known color: Myrtle. HEX triplet: 18, 5C and 00. RGB value is (24,92,0). Sum of RGB (Red+Green+Blue) = 24+92+0=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 92 (36.33% from 255 or 79.31% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 92 - color contains mainly: green. Hex color #185C00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185C00 is #E7A3FF. Grayscale: #3D3D3D. Windows color (decimal): -15180800 or 23576. OLE color: 23576.
HSL color Cylindrical-coordinate representation of color #185C00: hue angle of 104.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #185C00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 92 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.64 |
| HSL | 104.35º | 1% | 0.18% | - |
| HSV(B) | 104.35º | 1% | 0.36% | - |
| XYZ | 4.2 | 7.85 | 1.29 | - |
| YUV | 61.18 | 93.47 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 0 | 0.74 | 0 | 1 | 0.64 | 104.35 | 1 | 0.18 |
| Hex | 18 | 5C | 0 | 4A | 0 | 64 | 40 | 68 | 64 | 12 |
| Octal | 30 | 134 | 0 | 112 | 0 | 144 | 100 | 150 | 144 | 22 |
| Binary | 11000 | 1011100 | 0 | 1001010 | 0 | 1100100 | 1000000 | 1101000 | 1100100 | 10010 |
Color Harmonies of #185C00
Complementary color
Monochromatic Colors of #185C00
Black with #185C00
Text Example
Text Example
White with #185C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C00; }
p { color: rgb(24,92,0); }
H1.HeaderClassName
{
color: #185C00;
}
.AnyTagClassName
{
color: #185C00;
}
</style>
background-color css
<style>
a { background-color: #185C00; }
a { background-color: rgb(24,92,0); }
div.DivClassName
{
background-color: #185C00;
}
.BgClassName
{
background-color: #185C00;
}
</style>
border-color css
<style>
span { border-color: #185C00; }
span { border-color: rgb(24,92,0); }
td.TdClassName
{
border-color: #185C00;
}
.TagClassName
{
border-color: #185C00;
}
</style>