Shades of Jewel #185F46
Tints of Jewel #185F46
RGB
CMYK
RGB Variations
Color information
#185F46 (or 0x185F46) is known color: Jewel. HEX triplet: 18, 5F and 46. RGB value is (24,95,70). Sum of RGB (Red+Green+Blue) = 24+95+70=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #185F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185F46 is #E7A0B9. Grayscale: #464646. Windows color (decimal): -15179962 or 4611864. OLE color: 4611864.
HSL color Cylindrical-coordinate representation of color #185F46: hue angle of 158.87º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185F46 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 95 | 70 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.63 |
| HSL | 158.87º | 0.6% | 0.23% | - |
| HSV(B) | 158.87º | 0.75% | 0.37% | - |
| XYZ | 5.57 | 8.82 | 7.2 | - |
| YUV | 70.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 70 | 0.75 | 0 | 0.26 | 0.63 | 158.87 | 0.6 | 0.23 |
| Hex | 18 | 5F | 46 | 4B | 0 | 1A | 3F | 9F | 3C | 17 |
| Octal | 30 | 137 | 106 | 113 | 0 | 32 | 77 | 237 | 74 | 27 |
| Binary | 11000 | 1011111 | 1000110 | 1001011 | 0 | 11010 | 111111 | 10011111 | 111100 | 10111 |
Color Harmonies of #185F46
Complementary color
Monochromatic Colors of #185F46
Black with #185F46
Text Example
Text Example
White with #185F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F46; }
p { color: rgb(24,95,70); }
H1.HeaderClassName
{
color: #185F46;
}
.AnyTagClassName
{
color: #185F46;
}
</style>
background-color css
<style>
a { background-color: #185F46; }
a { background-color: rgb(24,95,70); }
div.DivClassName
{
background-color: #185F46;
}
.BgClassName
{
background-color: #185F46;
}
</style>
border-color css
<style>
span { border-color: #185F46; }
span { border-color: rgb(24,95,70); }
td.TdClassName
{
border-color: #185F46;
}
.TagClassName
{
border-color: #185F46;
}
</style>