Shades of Crusoe #18542E
Tints of Crusoe #18542E
RGB
CMYK
RGB Variations
Color information
#18542E (or 0x18542E) is known color: Crusoe. HEX triplet: 18, 54 and 2E. RGB value is (24,84,46). Sum of RGB (Red+Green+Blue) = 24+84+46=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #18542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18542E is #E7ABD1. Grayscale: #3D3D3D. Windows color (decimal): -15182802 or 3036184. OLE color: 3036184.
HSL color Cylindrical-coordinate representation of color #18542E: hue angle of 142º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18542E is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 84 | 46 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.67 |
| HSL | 142º | 0.56% | 0.21% | - |
| HSV(B) | 142º | 0.71% | 0.33% | - |
| XYZ | 4.04 | 6.73 | 3.67 | - |
| YUV | 61.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 46 | 0.71 | 0 | 0.45 | 0.67 | 142 | 0.56 | 0.21 |
| Hex | 18 | 54 | 2E | 47 | 0 | 2D | 43 | 8E | 38 | 15 |
| Octal | 30 | 124 | 56 | 107 | 0 | 55 | 103 | 216 | 70 | 25 |
| Binary | 11000 | 1010100 | 101110 | 1000111 | 0 | 101101 | 1000011 | 10001110 | 111000 | 10101 |
Color Harmonies of #18542E
Complementary color
Monochromatic Colors of #18542E
Black with #18542E
Text Example
Text Example
White with #18542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18542E; }
p { color: rgb(24,84,46); }
H1.HeaderClassName
{
color: #18542E;
}
.AnyTagClassName
{
color: #18542E;
}
</style>
background-color css
<style>
a { background-color: #18542E; }
a { background-color: rgb(24,84,46); }
div.DivClassName
{
background-color: #18542E;
}
.BgClassName
{
background-color: #18542E;
}
</style>
border-color css
<style>
span { border-color: #18542E; }
span { border-color: rgb(24,84,46); }
td.TdClassName
{
border-color: #18542E;
}
.TagClassName
{
border-color: #18542E;
}
</style>