Shades of Crusoe #18592C
Tints of Crusoe #18592C
RGB
CMYK
RGB Variations
Color information
#18592C (or 0x18592C) is known color: Crusoe. HEX triplet: 18, 59 and 2C. RGB value is (24,89,44). Sum of RGB (Red+Green+Blue) = 24+89+44=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #18592C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18592C is #E7A6D3. Grayscale: #404040. Windows color (decimal): -15181524 or 2906392. OLE color: 2906392.
HSL color Cylindrical-coordinate representation of color #18592C: hue angle of 138.46º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18592C is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 44 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.65 |
| HSL | 138.46º | 0.58% | 0.22% | - |
| HSV(B) | 138.46º | 0.73% | 0.35% | - |
| XYZ | 4.4 | 7.52 | 3.6 | - |
| YUV | 64.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 44 | 0.73 | 0 | 0.51 | 0.65 | 138.46 | 0.58 | 0.22 |
| Hex | 18 | 59 | 2C | 49 | 0 | 33 | 41 | 8A | 3A | 16 |
| Octal | 30 | 131 | 54 | 111 | 0 | 63 | 101 | 212 | 72 | 26 |
| Binary | 11000 | 1011001 | 101100 | 1001001 | 0 | 110011 | 1000001 | 10001010 | 111010 | 10110 |
Color Harmonies of #18592C
Complementary color
Monochromatic Colors of #18592C
Black with #18592C
Text Example
Text Example
White with #18592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18592C; }
p { color: rgb(24,89,44); }
H1.HeaderClassName
{
color: #18592C;
}
.AnyTagClassName
{
color: #18592C;
}
</style>
background-color css
<style>
a { background-color: #18592C; }
a { background-color: rgb(24,89,44); }
div.DivClassName
{
background-color: #18592C;
}
.BgClassName
{
background-color: #18592C;
}
</style>
border-color css
<style>
span { border-color: #18592C; }
span { border-color: rgb(24,89,44); }
td.TdClassName
{
border-color: #18592C;
}
.TagClassName
{
border-color: #18592C;
}
</style>