Shades of Crusoe #18632A
Tints of Crusoe #18632A
RGB
CMYK
RGB Variations
Color information
#18632A (or 0x18632A) is known color: Crusoe. HEX triplet: 18, 63 and 2A. RGB value is (24,99,42). Sum of RGB (Red+Green+Blue) = 24+99+42=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #18632A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18632A is #E79CD5. Grayscale: #464646. Windows color (decimal): -15178966 or 2777880. OLE color: 2777880.
HSL color Cylindrical-coordinate representation of color #18632A: hue angle of 134.4º 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 #18632A is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 99 | 42 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.61 |
| HSL | 134.4º | 0.61% | 0.24% | - |
| HSV(B) | 134.4º | 0.76% | 0.39% | - |
| XYZ | 5.26 | 9.29 | 3.71 | - |
| YUV | 70.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 42 | 0.76 | 0 | 0.58 | 0.61 | 134.4 | 0.61 | 0.24 |
| Hex | 18 | 63 | 2A | 4C | 0 | 3A | 3D | 86 | 3D | 18 |
| Octal | 30 | 143 | 52 | 114 | 0 | 72 | 75 | 206 | 75 | 30 |
| Binary | 11000 | 1100011 | 101010 | 1001100 | 0 | 111010 | 111101 | 10000110 | 111101 | 11000 |
Color Harmonies of #18632A
Complementary color
Monochromatic Colors of #18632A
Black with #18632A
Text Example
Text Example
White with #18632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18632A; }
p { color: rgb(24,99,42); }
H1.HeaderClassName
{
color: #18632A;
}
.AnyTagClassName
{
color: #18632A;
}
</style>
background-color css
<style>
a { background-color: #18632A; }
a { background-color: rgb(24,99,42); }
div.DivClassName
{
background-color: #18632A;
}
.BgClassName
{
background-color: #18632A;
}
</style>
border-color css
<style>
span { border-color: #18632A; }
span { border-color: rgb(24,99,42); }
td.TdClassName
{
border-color: #18632A;
}
.TagClassName
{
border-color: #18632A;
}
</style>