Shades of Jewel #185C46
Tints of Jewel #185C46
RGB
CMYK
RGB Variations
Color information
#185C46 (or 0x185C46) is known color: Jewel. HEX triplet: 18, 5C and 46. RGB value is (24,92,70). Sum of RGB (Red+Green+Blue) = 24+92+70=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #185C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185C46 is #E7A3B9. Grayscale: #454545. Windows color (decimal): -15180730 or 4611096. OLE color: 4611096.
HSL color Cylindrical-coordinate representation of color #185C46: hue angle of 160.59º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185C46 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 92 | 70 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.64 |
| HSL | 160.59º | 0.59% | 0.23% | - |
| HSV(B) | 160.59º | 0.74% | 0.36% | - |
| XYZ | 5.31 | 8.29 | 7.11 | - |
| YUV | 69.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 70 | 0.74 | 0 | 0.24 | 0.64 | 160.59 | 0.59 | 0.23 |
| Hex | 18 | 5C | 46 | 4A | 0 | 18 | 40 | A1 | 3B | 17 |
| Octal | 30 | 134 | 106 | 112 | 0 | 30 | 100 | 241 | 73 | 27 |
| Binary | 11000 | 1011100 | 1000110 | 1001010 | 0 | 11000 | 1000000 | 10100001 | 111011 | 10111 |
Color Harmonies of #185C46
Complementary color
Monochromatic Colors of #185C46
Black with #185C46
Text Example
Text Example
White with #185C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C46; }
p { color: rgb(24,92,70); }
H1.HeaderClassName
{
color: #185C46;
}
.AnyTagClassName
{
color: #185C46;
}
</style>
background-color css
<style>
a { background-color: #185C46; }
a { background-color: rgb(24,92,70); }
div.DivClassName
{
background-color: #185C46;
}
.BgClassName
{
background-color: #185C46;
}
</style>
border-color css
<style>
span { border-color: #185C46; }
span { border-color: rgb(24,92,70); }
td.TdClassName
{
border-color: #185C46;
}
.TagClassName
{
border-color: #185C46;
}
</style>