Shades of Crusoe #185622
Tints of Crusoe #185622
RGB
CMYK
RGB Variations
Color information
#185622 (or 0x185622) is known color: Crusoe. HEX triplet: 18, 56 and 22. RGB value is (24,86,34). Sum of RGB (Red+Green+Blue) = 24+86+34=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #185622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185622 is #E7A9DD. Grayscale: #3D3D3D. Windows color (decimal): -15182302 or 2250264. OLE color: 2250264.
HSL color Cylindrical-coordinate representation of color #185622: hue angle of 129.68º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185622 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 86 | 34 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.66 |
| HSL | 129.68º | 0.56% | 0.22% | - |
| HSV(B) | 129.68º | 0.72% | 0.34% | - |
| XYZ | 3.99 | 6.97 | 2.65 | - |
| YUV | 61.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 34 | 0.72 | 0 | 0.60 | 0.66 | 129.68 | 0.56 | 0.22 |
| Hex | 18 | 56 | 22 | 48 | 0 | 3C | 42 | 82 | 38 | 16 |
| Octal | 30 | 126 | 42 | 110 | 0 | 74 | 102 | 202 | 70 | 26 |
| Binary | 11000 | 1010110 | 100010 | 1001000 | 0 | 111100 | 1000010 | 10000010 | 111000 | 10110 |
Color Harmonies of #185622
Complementary color
Monochromatic Colors of #185622
Black with #185622
Text Example
Text Example
White with #185622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185622; }
p { color: rgb(24,86,34); }
H1.HeaderClassName
{
color: #185622;
}
.AnyTagClassName
{
color: #185622;
}
</style>
background-color css
<style>
a { background-color: #185622; }
a { background-color: rgb(24,86,34); }
div.DivClassName
{
background-color: #185622;
}
.BgClassName
{
background-color: #185622;
}
</style>
border-color css
<style>
span { border-color: #185622; }
span { border-color: rgb(24,86,34); }
td.TdClassName
{
border-color: #185622;
}
.TagClassName
{
border-color: #185622;
}
</style>