Shades of Jewel #186445
Tints of Jewel #186445
RGB
CMYK
RGB Variations
Color information
#186445 (or 0x186445) is known color: Jewel. HEX triplet: 18, 64 and 45. RGB value is (24,100,69). Sum of RGB (Red+Green+Blue) = 24+100+69=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #186445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186445 is #E79BBA. Grayscale: #494949. Windows color (decimal): -15178683 or 4547608. OLE color: 4547608.
HSL color Cylindrical-coordinate representation of color #186445: hue angle of 155.53º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186445 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 100 | 69 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.61 |
| HSL | 155.53º | 0.61% | 0.24% | - |
| HSV(B) | 155.53º | 0.76% | 0.39% | - |
| XYZ | 6.01 | 9.74 | 7.19 | - |
| YUV | 73.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 69 | 0.76 | 0 | 0.31 | 0.61 | 155.53 | 0.61 | 0.24 |
| Hex | 18 | 64 | 45 | 4C | 0 | 1F | 3D | 9C | 3D | 18 |
| Octal | 30 | 144 | 105 | 114 | 0 | 37 | 75 | 234 | 75 | 30 |
| Binary | 11000 | 1100100 | 1000101 | 1001100 | 0 | 11111 | 111101 | 10011100 | 111101 | 11000 |
Color Harmonies of #186445
Complementary color
Monochromatic Colors of #186445
Black with #186445
Text Example
Text Example
White with #186445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186445; }
p { color: rgb(24,100,69); }
H1.HeaderClassName
{
color: #186445;
}
.AnyTagClassName
{
color: #186445;
}
</style>
background-color css
<style>
a { background-color: #186445; }
a { background-color: rgb(24,100,69); }
div.DivClassName
{
background-color: #186445;
}
.BgClassName
{
background-color: #186445;
}
</style>
border-color css
<style>
span { border-color: #186445; }
span { border-color: rgb(24,100,69); }
td.TdClassName
{
border-color: #186445;
}
.TagClassName
{
border-color: #186445;
}
</style>