Shades of Crusoe #18592A
Tints of Crusoe #18592A
RGB
CMYK
RGB Variations
Color information
#18592A (or 0x18592A) is known color: Crusoe. HEX triplet: 18, 59 and 2A. RGB value is (24,89,42). Sum of RGB (Red+Green+Blue) = 24+89+42=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #18592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18592A is #E7A6D5. Grayscale: #404040. Windows color (decimal): -15181526 or 2775320. OLE color: 2775320.
HSL color Cylindrical-coordinate representation of color #18592A: hue angle of 136.62º 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 #18592A is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 42 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.65 |
| HSL | 136.62º | 0.58% | 0.22% | - |
| HSV(B) | 136.62º | 0.73% | 0.35% | - |
| XYZ | 4.37 | 7.51 | 3.41 | - |
| YUV | 64.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 42 | 0.73 | 0 | 0.53 | 0.65 | 136.62 | 0.58 | 0.22 |
| Hex | 18 | 59 | 2A | 49 | 0 | 35 | 41 | 89 | 3A | 16 |
| Octal | 30 | 131 | 52 | 111 | 0 | 65 | 101 | 211 | 72 | 26 |
| Binary | 11000 | 1011001 | 101010 | 1001001 | 0 | 110101 | 1000001 | 10001001 | 111010 | 10110 |
Color Harmonies of #18592A
Complementary color
Monochromatic Colors of #18592A
Black with #18592A
Text Example
Text Example
White with #18592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18592A; }
p { color: rgb(24,89,42); }
H1.HeaderClassName
{
color: #18592A;
}
.AnyTagClassName
{
color: #18592A;
}
</style>
background-color css
<style>
a { background-color: #18592A; }
a { background-color: rgb(24,89,42); }
div.DivClassName
{
background-color: #18592A;
}
.BgClassName
{
background-color: #18592A;
}
</style>
border-color css
<style>
span { border-color: #18592A; }
span { border-color: rgb(24,89,42); }
td.TdClassName
{
border-color: #18592A;
}
.TagClassName
{
border-color: #18592A;
}
</style>