Shades of Crusoe #18602B
Tints of Crusoe #18602B
RGB
CMYK
RGB Variations
Color information
#18602B (or 0x18602B) is known color: Crusoe. HEX triplet: 18, 60 and 2B. RGB value is (24,96,43). Sum of RGB (Red+Green+Blue) = 24+96+43=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #18602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18602B is #E79FD4. Grayscale: #444444. Windows color (decimal): -15179733 or 2842648. OLE color: 2842648.
HSL color Cylindrical-coordinate representation of color #18602B: hue angle of 135.83º 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 #18602B is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 96 | 43 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.62 |
| HSL | 135.83º | 0.6% | 0.24% | - |
| HSV(B) | 135.83º | 0.75% | 0.38% | - |
| XYZ | 5 | 8.73 | 3.71 | - |
| YUV | 68.43 | 113.65 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 43 | 0.75 | 0 | 0.55 | 0.62 | 135.83 | 0.6 | 0.24 |
| Hex | 18 | 60 | 2B | 4B | 0 | 37 | 3E | 88 | 3C | 18 |
| Octal | 30 | 140 | 53 | 113 | 0 | 67 | 76 | 210 | 74 | 30 |
| Binary | 11000 | 1100000 | 101011 | 1001011 | 0 | 110111 | 111110 | 10001000 | 111100 | 11000 |
Color Harmonies of #18602B
Complementary color
Monochromatic Colors of #18602B
Black with #18602B
Text Example
Text Example
White with #18602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18602B; }
p { color: rgb(24,96,43); }
H1.HeaderClassName
{
color: #18602B;
}
.AnyTagClassName
{
color: #18602B;
}
</style>
background-color css
<style>
a { background-color: #18602B; }
a { background-color: rgb(24,96,43); }
div.DivClassName
{
background-color: #18602B;
}
.BgClassName
{
background-color: #18602B;
}
</style>
border-color css
<style>
span { border-color: #18602B; }
span { border-color: rgb(24,96,43); }
td.TdClassName
{
border-color: #18602B;
}
.TagClassName
{
border-color: #18602B;
}
</style>