Shades of Crusoe #18602C
Tints of Crusoe #18602C
RGB
CMYK
RGB Variations
Color information
#18602C (or 0x18602C) is known color: Crusoe. HEX triplet: 18, 60 and 2C. RGB value is (24,96,44). Sum of RGB (Red+Green+Blue) = 24+96+44=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #18602C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18602C is #E79FD3. Grayscale: #444444. Windows color (decimal): -15179732 or 2908184. OLE color: 2908184.
HSL color Cylindrical-coordinate representation of color #18602C: hue angle of 136.67º 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 #18602C is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 96 | 44 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.62 |
| HSL | 136.67º | 0.6% | 0.24% | - |
| HSV(B) | 136.67º | 0.75% | 0.38% | - |
| XYZ | 5.01 | 8.74 | 3.81 | - |
| YUV | 68.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 44 | 0.75 | 0 | 0.54 | 0.62 | 136.67 | 0.6 | 0.24 |
| Hex | 18 | 60 | 2C | 4B | 0 | 36 | 3E | 89 | 3C | 18 |
| Octal | 30 | 140 | 54 | 113 | 0 | 66 | 76 | 211 | 74 | 30 |
| Binary | 11000 | 1100000 | 101100 | 1001011 | 0 | 110110 | 111110 | 10001001 | 111100 | 11000 |
Color Harmonies of #18602C
Complementary color
Monochromatic Colors of #18602C
Black with #18602C
Text Example
Text Example
White with #18602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18602C; }
p { color: rgb(24,96,44); }
H1.HeaderClassName
{
color: #18602C;
}
.AnyTagClassName
{
color: #18602C;
}
</style>
background-color css
<style>
a { background-color: #18602C; }
a { background-color: rgb(24,96,44); }
div.DivClassName
{
background-color: #18602C;
}
.BgClassName
{
background-color: #18602C;
}
</style>
border-color css
<style>
span { border-color: #18602C; }
span { border-color: rgb(24,96,44); }
td.TdClassName
{
border-color: #18602C;
}
.TagClassName
{
border-color: #18602C;
}
</style>