Shades of Crusoe #185625
Tints of Crusoe #185625
RGB
CMYK
RGB Variations
Color information
#185625 (or 0x185625) is known color: Crusoe. HEX triplet: 18, 56 and 25. RGB value is (24,86,37). Sum of RGB (Red+Green+Blue) = 24+86+37=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #185625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185625 is #E7A9DA. Grayscale: #3E3E3E. Windows color (decimal): -15182299 or 2446872. OLE color: 2446872.
HSL color Cylindrical-coordinate representation of color #185625: hue angle of 132.58º 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 #185625 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 86 | 37 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.66 |
| HSL | 132.58º | 0.56% | 0.22% | - |
| HSV(B) | 132.58º | 0.72% | 0.34% | - |
| XYZ | 4.04 | 6.98 | 2.89 | - |
| YUV | 61.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 37 | 0.72 | 0 | 0.57 | 0.66 | 132.58 | 0.56 | 0.22 |
| Hex | 18 | 56 | 25 | 48 | 0 | 39 | 42 | 85 | 38 | 16 |
| Octal | 30 | 126 | 45 | 110 | 0 | 71 | 102 | 205 | 70 | 26 |
| Binary | 11000 | 1010110 | 100101 | 1001000 | 0 | 111001 | 1000010 | 10000101 | 111000 | 10110 |
Color Harmonies of #185625
Complementary color
Monochromatic Colors of #185625
Black with #185625
Text Example
Text Example
White with #185625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185625; }
p { color: rgb(24,86,37); }
H1.HeaderClassName
{
color: #185625;
}
.AnyTagClassName
{
color: #185625;
}
</style>
background-color css
<style>
a { background-color: #185625; }
a { background-color: rgb(24,86,37); }
div.DivClassName
{
background-color: #185625;
}
.BgClassName
{
background-color: #185625;
}
</style>
border-color css
<style>
span { border-color: #185625; }
span { border-color: rgb(24,86,37); }
td.TdClassName
{
border-color: #185625;
}
.TagClassName
{
border-color: #185625;
}
</style>