Shades of Crusoe #186036
Tints of Crusoe #186036
RGB
CMYK
RGB Variations
Color information
#186036 (or 0x186036) is known color: Crusoe. HEX triplet: 18, 60 and 36. RGB value is (24,96,54). Sum of RGB (Red+Green+Blue) = 24+96+54=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #186036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186036 is #E79FC9. Grayscale: #454545. Windows color (decimal): -15179722 or 3563544. OLE color: 3563544.
HSL color Cylindrical-coordinate representation of color #186036: hue angle of 145º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186036 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 96 | 54 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.62 |
| HSL | 145º | 0.6% | 0.24% | - |
| HSV(B) | 145º | 0.75% | 0.38% | - |
| XYZ | 5.23 | 8.83 | 4.92 | - |
| YUV | 69.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 54 | 0.75 | 0 | 0.44 | 0.62 | 145 | 0.6 | 0.24 |
| Hex | 18 | 60 | 36 | 4B | 0 | 2C | 3E | 91 | 3C | 18 |
| Octal | 30 | 140 | 66 | 113 | 0 | 54 | 76 | 221 | 74 | 30 |
| Binary | 11000 | 1100000 | 110110 | 1001011 | 0 | 101100 | 111110 | 10010001 | 111100 | 11000 |
Color Harmonies of #186036
Complementary color
Monochromatic Colors of #186036
Black with #186036
Text Example
Text Example
White with #186036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186036; }
p { color: rgb(24,96,54); }
H1.HeaderClassName
{
color: #186036;
}
.AnyTagClassName
{
color: #186036;
}
</style>
background-color css
<style>
a { background-color: #186036; }
a { background-color: rgb(24,96,54); }
div.DivClassName
{
background-color: #186036;
}
.BgClassName
{
background-color: #186036;
}
</style>
border-color css
<style>
span { border-color: #186036; }
span { border-color: rgb(24,96,54); }
td.TdClassName
{
border-color: #186036;
}
.TagClassName
{
border-color: #186036;
}
</style>