Shades of Crusoe #186329
Tints of Crusoe #186329
RGB
CMYK
RGB Variations
Color information
#186329 (or 0x186329) is known color: Crusoe. HEX triplet: 18, 63 and 29. RGB value is (24,99,41). Sum of RGB (Red+Green+Blue) = 24+99+41=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #186329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186329 is #E79CD6. Grayscale: #464646. Windows color (decimal): -15178967 or 2712344. OLE color: 2712344.
HSL color Cylindrical-coordinate representation of color #186329: hue angle of 133.6º 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 #186329 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 99 | 41 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.61 |
| HSL | 133.6º | 0.61% | 0.24% | - |
| HSV(B) | 133.6º | 0.76% | 0.39% | - |
| XYZ | 5.24 | 9.28 | 3.61 | - |
| YUV | 69.96 | 111.65 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 41 | 0.76 | 0 | 0.59 | 0.61 | 133.6 | 0.61 | 0.24 |
| Hex | 18 | 63 | 29 | 4C | 0 | 3B | 3D | 86 | 3D | 18 |
| Octal | 30 | 143 | 51 | 114 | 0 | 73 | 75 | 206 | 75 | 30 |
| Binary | 11000 | 1100011 | 101001 | 1001100 | 0 | 111011 | 111101 | 10000110 | 111101 | 11000 |
Color Harmonies of #186329
Complementary color
Monochromatic Colors of #186329
Black with #186329
Text Example
Text Example
White with #186329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186329; }
p { color: rgb(24,99,41); }
H1.HeaderClassName
{
color: #186329;
}
.AnyTagClassName
{
color: #186329;
}
</style>
background-color css
<style>
a { background-color: #186329; }
a { background-color: rgb(24,99,41); }
div.DivClassName
{
background-color: #186329;
}
.BgClassName
{
background-color: #186329;
}
</style>
border-color css
<style>
span { border-color: #186329; }
span { border-color: rgb(24,99,41); }
td.TdClassName
{
border-color: #186329;
}
.TagClassName
{
border-color: #186329;
}
</style>