Shades of Jewel #185E45
Tints of Jewel #185E45
RGB
CMYK
RGB Variations
Color information
#185E45 (or 0x185E45) is known color: Jewel. HEX triplet: 18, 5E and 45. RGB value is (24,94,69). Sum of RGB (Red+Green+Blue) = 24+94+69=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #185E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185E45 is #E7A1BA. Grayscale: #464646. Windows color (decimal): -15180219 or 4546072. OLE color: 4546072.
HSL color Cylindrical-coordinate representation of color #185E45: hue angle of 158.57º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185E45 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 94 | 69 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.63 |
| HSL | 158.57º | 0.59% | 0.23% | - |
| HSV(B) | 158.57º | 0.74% | 0.37% | - |
| XYZ | 5.45 | 8.63 | 7.01 | - |
| YUV | 70.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 69 | 0.74 | 0 | 0.27 | 0.63 | 158.57 | 0.59 | 0.23 |
| Hex | 18 | 5E | 45 | 4A | 0 | 1B | 3F | 9F | 3B | 17 |
| Octal | 30 | 136 | 105 | 112 | 0 | 33 | 77 | 237 | 73 | 27 |
| Binary | 11000 | 1011110 | 1000101 | 1001010 | 0 | 11011 | 111111 | 10011111 | 111011 | 10111 |
Color Harmonies of #185E45
Complementary color
Monochromatic Colors of #185E45
Black with #185E45
Text Example
Text Example
White with #185E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185E45; }
p { color: rgb(24,94,69); }
H1.HeaderClassName
{
color: #185E45;
}
.AnyTagClassName
{
color: #185E45;
}
</style>
background-color css
<style>
a { background-color: #185E45; }
a { background-color: rgb(24,94,69); }
div.DivClassName
{
background-color: #185E45;
}
.BgClassName
{
background-color: #185E45;
}
</style>
border-color css
<style>
span { border-color: #185E45; }
span { border-color: rgb(24,94,69); }
td.TdClassName
{
border-color: #185E45;
}
.TagClassName
{
border-color: #185E45;
}
</style>