Shades of Crusoe #185024
Tints of Crusoe #185024
RGB
CMYK
RGB Variations
Color information
#185024 (or 0x185024) is known color: Crusoe. HEX triplet: 18, 50 and 24. RGB value is (24,80,36). Sum of RGB (Red+Green+Blue) = 24+80+36=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #185024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185024 is #E7AFDB. Grayscale: #3A3A3A. Windows color (decimal): -15183836 or 2379800. OLE color: 2379800.
HSL color Cylindrical-coordinate representation of color #185024: hue angle of 132.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185024 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 80 | 36 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.69 |
| HSL | 132.86º | 0.54% | 0.2% | - |
| HSV(B) | 132.86º | 0.7% | 0.31% | - |
| XYZ | 3.56 | 6.06 | 2.65 | - |
| YUV | 58.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 36 | 0.70 | 0 | 0.55 | 0.69 | 132.86 | 0.54 | 0.2 |
| Hex | 18 | 50 | 24 | 46 | 0 | 37 | 45 | 85 | 36 | 14 |
| Octal | 30 | 120 | 44 | 106 | 0 | 67 | 105 | 205 | 66 | 24 |
| Binary | 11000 | 1010000 | 100100 | 1000110 | 0 | 110111 | 1000101 | 10000101 | 110110 | 10100 |
Color Harmonies of #185024
Complementary color
Monochromatic Colors of #185024
Black with #185024
Text Example
Text Example
White with #185024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185024; }
p { color: rgb(24,80,36); }
H1.HeaderClassName
{
color: #185024;
}
.AnyTagClassName
{
color: #185024;
}
</style>
background-color css
<style>
a { background-color: #185024; }
a { background-color: rgb(24,80,36); }
div.DivClassName
{
background-color: #185024;
}
.BgClassName
{
background-color: #185024;
}
</style>
border-color css
<style>
span { border-color: #185024; }
span { border-color: rgb(24,80,36); }
td.TdClassName
{
border-color: #185024;
}
.TagClassName
{
border-color: #185024;
}
</style>