Shades of Crusoe #18642F
Tints of Crusoe #18642F
RGB
CMYK
RGB Variations
Color information
#18642F (or 0x18642F) is known color: Crusoe. HEX triplet: 18, 64 and 2F. RGB value is (24,100,47). Sum of RGB (Red+Green+Blue) = 24+100+47=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 100 (39.45% from 255 or 58.48% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 100 - color contains mainly: green. Hex color #18642F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18642F is #E79BD0. Grayscale: #474747. Windows color (decimal): -15178705 or 3105816. OLE color: 3105816.
HSL color Cylindrical-coordinate representation of color #18642F: hue angle of 138.16º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18642F is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 100 | 47 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.61 |
| HSL | 138.16º | 0.61% | 0.24% | - |
| HSV(B) | 138.16º | 0.76% | 0.39% | - |
| XYZ | 5.45 | 9.51 | 4.24 | - |
| YUV | 71.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 47 | 0.76 | 0 | 0.53 | 0.61 | 138.16 | 0.61 | 0.24 |
| Hex | 18 | 64 | 2F | 4C | 0 | 35 | 3D | 8A | 3D | 18 |
| Octal | 30 | 144 | 57 | 114 | 0 | 65 | 75 | 212 | 75 | 30 |
| Binary | 11000 | 1100100 | 101111 | 1001100 | 0 | 110101 | 111101 | 10001010 | 111101 | 11000 |
Color Harmonies of #18642F
Complementary color
Monochromatic Colors of #18642F
Black with #18642F
Text Example
Text Example
White with #18642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18642F; }
p { color: rgb(24,100,47); }
H1.HeaderClassName
{
color: #18642F;
}
.AnyTagClassName
{
color: #18642F;
}
</style>
background-color css
<style>
a { background-color: #18642F; }
a { background-color: rgb(24,100,47); }
div.DivClassName
{
background-color: #18642F;
}
.BgClassName
{
background-color: #18642F;
}
</style>
border-color css
<style>
span { border-color: #18642F; }
span { border-color: rgb(24,100,47); }
td.TdClassName
{
border-color: #18642F;
}
.TagClassName
{
border-color: #18642F;
}
</style>