Shades of Jewel #185D46
Tints of Jewel #185D46
RGB
CMYK
RGB Variations
Color information
#185D46 (or 0x185D46) is known color: Jewel. HEX triplet: 18, 5D and 46. RGB value is (24,93,70). Sum of RGB (Red+Green+Blue) = 24+93+70=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #185D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185D46 is #E7A2B9. Grayscale: #454545. Windows color (decimal): -15180474 or 4611352. OLE color: 4611352.
HSL color Cylindrical-coordinate representation of color #185D46: hue angle of 160º 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 #185D46 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 93 | 70 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.64 |
| HSL | 160º | 0.59% | 0.23% | - |
| HSV(B) | 160º | 0.74% | 0.36% | - |
| XYZ | 5.4 | 8.47 | 7.14 | - |
| YUV | 69.75 | 128.14 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 70 | 0.74 | 0 | 0.25 | 0.64 | 160 | 0.59 | 0.23 |
| Hex | 18 | 5D | 46 | 4A | 0 | 19 | 40 | A0 | 3B | 17 |
| Octal | 30 | 135 | 106 | 112 | 0 | 31 | 100 | 240 | 73 | 27 |
| Binary | 11000 | 1011101 | 1000110 | 1001010 | 0 | 11001 | 1000000 | 10100000 | 111011 | 10111 |
Color Harmonies of #185D46
Complementary color
Monochromatic Colors of #185D46
Black with #185D46
Text Example
Text Example
White with #185D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185D46; }
p { color: rgb(24,93,70); }
H1.HeaderClassName
{
color: #185D46;
}
.AnyTagClassName
{
color: #185D46;
}
</style>
background-color css
<style>
a { background-color: #185D46; }
a { background-color: rgb(24,93,70); }
div.DivClassName
{
background-color: #185D46;
}
.BgClassName
{
background-color: #185D46;
}
</style>
border-color css
<style>
span { border-color: #185D46; }
span { border-color: rgb(24,93,70); }
td.TdClassName
{
border-color: #185D46;
}
.TagClassName
{
border-color: #185D46;
}
</style>