Shades of Crusoe #18512E
Tints of Crusoe #18512E
RGB
CMYK
RGB Variations
Color information
#18512E (or 0x18512E) is known color: Crusoe. HEX triplet: 18, 51 and 2E. RGB value is (24,81,46). Sum of RGB (Red+Green+Blue) = 24+81+46=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #18512E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18512E is #E7AED1. Grayscale: #3C3C3C. Windows color (decimal): -15183570 or 3035416. OLE color: 3035416.
HSL color Cylindrical-coordinate representation of color #18512E: hue angle of 143.16º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18512E is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 81 | 46 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.68 |
| HSL | 143.16º | 0.54% | 0.21% | - |
| HSV(B) | 143.16º | 0.7% | 0.32% | - |
| XYZ | 3.81 | 6.28 | 3.6 | - |
| YUV | 59.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 46 | 0.70 | 0 | 0.43 | 0.68 | 143.16 | 0.54 | 0.21 |
| Hex | 18 | 51 | 2E | 46 | 0 | 2B | 44 | 8F | 36 | 15 |
| Octal | 30 | 121 | 56 | 106 | 0 | 53 | 104 | 217 | 66 | 25 |
| Binary | 11000 | 1010001 | 101110 | 1000110 | 0 | 101011 | 1000100 | 10001111 | 110110 | 10101 |
Color Harmonies of #18512E
Complementary color
Monochromatic Colors of #18512E
Black with #18512E
Text Example
Text Example
White with #18512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18512E; }
p { color: rgb(24,81,46); }
H1.HeaderClassName
{
color: #18512E;
}
.AnyTagClassName
{
color: #18512E;
}
</style>
background-color css
<style>
a { background-color: #18512E; }
a { background-color: rgb(24,81,46); }
div.DivClassName
{
background-color: #18512E;
}
.BgClassName
{
background-color: #18512E;
}
</style>
border-color css
<style>
span { border-color: #18512E; }
span { border-color: rgb(24,81,46); }
td.TdClassName
{
border-color: #18512E;
}
.TagClassName
{
border-color: #18512E;
}
</style>