Shades of Crusoe #186223
Tints of Crusoe #186223
RGB
CMYK
RGB Variations
Color information
#186223 (or 0x186223) is known color: Crusoe. HEX triplet: 18, 62 and 23. RGB value is (24,98,35). Sum of RGB (Red+Green+Blue) = 24+98+35=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #186223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186223 is #E79DDC. Grayscale: #444444. Windows color (decimal): -15179229 or 2318872. OLE color: 2318872.
HSL color Cylindrical-coordinate representation of color #186223: hue angle of 128.92º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186223 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 98 | 35 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.62 |
| HSL | 128.92º | 0.61% | 0.24% | - |
| HSV(B) | 128.92º | 0.76% | 0.38% | - |
| XYZ | 5.05 | 9.05 | 3.07 | - |
| YUV | 68.69 | 108.98 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 35 | 0.76 | 0 | 0.64 | 0.62 | 128.92 | 0.61 | 0.24 |
| Hex | 18 | 62 | 23 | 4C | 0 | 40 | 3E | 81 | 3D | 18 |
| Octal | 30 | 142 | 43 | 114 | 0 | 100 | 76 | 201 | 75 | 30 |
| Binary | 11000 | 1100010 | 100011 | 1001100 | 0 | 1000000 | 111110 | 10000001 | 111101 | 11000 |
Color Harmonies of #186223
Complementary color
Monochromatic Colors of #186223
Black with #186223
Text Example
Text Example
White with #186223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186223; }
p { color: rgb(24,98,35); }
H1.HeaderClassName
{
color: #186223;
}
.AnyTagClassName
{
color: #186223;
}
</style>
background-color css
<style>
a { background-color: #186223; }
a { background-color: rgb(24,98,35); }
div.DivClassName
{
background-color: #186223;
}
.BgClassName
{
background-color: #186223;
}
</style>
border-color css
<style>
span { border-color: #186223; }
span { border-color: rgb(24,98,35); }
td.TdClassName
{
border-color: #186223;
}
.TagClassName
{
border-color: #186223;
}
</style>