Shades of Crusoe #18622F
Tints of Crusoe #18622F
RGB
CMYK
RGB Variations
Color information
#18622F (or 0x18622F) is known color: Crusoe. HEX triplet: 18, 62 and 2F. RGB value is (24,98,47). Sum of RGB (Red+Green+Blue) = 24+98+47=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #18622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18622F is #E79DD0. Grayscale: #464646. Windows color (decimal): -15179217 or 3105304. OLE color: 3105304.
HSL color Cylindrical-coordinate representation of color #18622F: hue angle of 138.65º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18622F is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 98 | 47 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.62 |
| HSL | 138.65º | 0.61% | 0.24% | - |
| HSV(B) | 138.65º | 0.76% | 0.38% | - |
| XYZ | 5.26 | 9.13 | 4.18 | - |
| YUV | 70.06 | 114.98 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 47 | 0.76 | 0 | 0.52 | 0.62 | 138.65 | 0.61 | 0.24 |
| Hex | 18 | 62 | 2F | 4C | 0 | 34 | 3E | 8B | 3D | 18 |
| Octal | 30 | 142 | 57 | 114 | 0 | 64 | 76 | 213 | 75 | 30 |
| Binary | 11000 | 1100010 | 101111 | 1001100 | 0 | 110100 | 111110 | 10001011 | 111101 | 11000 |
Color Harmonies of #18622F
Complementary color
Monochromatic Colors of #18622F
Black with #18622F
Text Example
Text Example
White with #18622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18622F; }
p { color: rgb(24,98,47); }
H1.HeaderClassName
{
color: #18622F;
}
.AnyTagClassName
{
color: #18622F;
}
</style>
background-color css
<style>
a { background-color: #18622F; }
a { background-color: rgb(24,98,47); }
div.DivClassName
{
background-color: #18622F;
}
.BgClassName
{
background-color: #18622F;
}
</style>
border-color css
<style>
span { border-color: #18622F; }
span { border-color: rgb(24,98,47); }
td.TdClassName
{
border-color: #18622F;
}
.TagClassName
{
border-color: #18622F;
}
</style>