Shades of Crusoe #185231
Tints of Crusoe #185231
RGB
CMYK
RGB Variations
Color information
#185231 (or 0x185231) is known color: Crusoe. HEX triplet: 18, 52 and 31. RGB value is (24,82,49). Sum of RGB (Red+Green+Blue) = 24+82+49=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #185231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185231 is #E7ADCE. Grayscale: #3C3C3C. Windows color (decimal): -15183311 or 3232280. OLE color: 3232280.
HSL color Cylindrical-coordinate representation of color #185231: hue angle of 145.86º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185231 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 82 | 49 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.68 |
| HSL | 145.86º | 0.55% | 0.21% | - |
| HSV(B) | 145.86º | 0.71% | 0.32% | - |
| XYZ | 3.95 | 6.45 | 3.94 | - |
| YUV | 60.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 49 | 0.71 | 0 | 0.40 | 0.68 | 145.86 | 0.55 | 0.21 |
| Hex | 18 | 52 | 31 | 47 | 0 | 28 | 44 | 92 | 37 | 15 |
| Octal | 30 | 122 | 61 | 107 | 0 | 50 | 104 | 222 | 67 | 25 |
| Binary | 11000 | 1010010 | 110001 | 1000111 | 0 | 101000 | 1000100 | 10010010 | 110111 | 10101 |
Color Harmonies of #185231
Complementary color
Monochromatic Colors of #185231
Black with #185231
Text Example
Text Example
White with #185231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185231; }
p { color: rgb(24,82,49); }
H1.HeaderClassName
{
color: #185231;
}
.AnyTagClassName
{
color: #185231;
}
</style>
background-color css
<style>
a { background-color: #185231; }
a { background-color: rgb(24,82,49); }
div.DivClassName
{
background-color: #185231;
}
.BgClassName
{
background-color: #185231;
}
</style>
border-color css
<style>
span { border-color: #185231; }
span { border-color: rgb(24,82,49); }
td.TdClassName
{
border-color: #185231;
}
.TagClassName
{
border-color: #185231;
}
</style>