Shades of Crusoe #18632E
Tints of Crusoe #18632E
RGB
CMYK
RGB Variations
Color information
#18632E (or 0x18632E) is known color: Crusoe. HEX triplet: 18, 63 and 2E. RGB value is (24,99,46). Sum of RGB (Red+Green+Blue) = 24+99+46=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #18632E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18632E is #E79CD1. Grayscale: #464646. Windows color (decimal): -15178962 or 3040024. OLE color: 3040024.
HSL color Cylindrical-coordinate representation of color #18632E: hue angle of 137.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18632E is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 99 | 46 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.61 |
| HSL | 137.6º | 0.61% | 0.24% | - |
| HSV(B) | 137.6º | 0.76% | 0.39% | - |
| XYZ | 5.33 | 9.32 | 4.1 | - |
| YUV | 70.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 46 | 0.76 | 0 | 0.54 | 0.61 | 137.6 | 0.61 | 0.24 |
| Hex | 18 | 63 | 2E | 4C | 0 | 36 | 3D | 8A | 3D | 18 |
| Octal | 30 | 143 | 56 | 114 | 0 | 66 | 75 | 212 | 75 | 30 |
| Binary | 11000 | 1100011 | 101110 | 1001100 | 0 | 110110 | 111101 | 10001010 | 111101 | 11000 |
Color Harmonies of #18632E
Complementary color
Monochromatic Colors of #18632E
Black with #18632E
Text Example
Text Example
White with #18632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18632E; }
p { color: rgb(24,99,46); }
H1.HeaderClassName
{
color: #18632E;
}
.AnyTagClassName
{
color: #18632E;
}
</style>
background-color css
<style>
a { background-color: #18632E; }
a { background-color: rgb(24,99,46); }
div.DivClassName
{
background-color: #18632E;
}
.BgClassName
{
background-color: #18632E;
}
</style>
border-color css
<style>
span { border-color: #18632E; }
span { border-color: rgb(24,99,46); }
td.TdClassName
{
border-color: #18632E;
}
.TagClassName
{
border-color: #18632E;
}
</style>