Shades of Crusoe #185926
Tints of Crusoe #185926
RGB
CMYK
RGB Variations
Color information
#185926 (or 0x185926) is known color: Crusoe. HEX triplet: 18, 59 and 26. RGB value is (24,89,38). Sum of RGB (Red+Green+Blue) = 24+89+38=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #185926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185926 is #E7A6D9. Grayscale: #3F3F3F. Windows color (decimal): -15181530 or 2513176. OLE color: 2513176.
HSL color Cylindrical-coordinate representation of color #185926: hue angle of 132.92º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185926 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 38 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.65 |
| HSL | 132.92º | 0.58% | 0.22% | - |
| HSV(B) | 132.92º | 0.73% | 0.35% | - |
| XYZ | 4.3 | 7.48 | 3.05 | - |
| YUV | 63.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 38 | 0.73 | 0 | 0.57 | 0.65 | 132.92 | 0.58 | 0.22 |
| Hex | 18 | 59 | 26 | 49 | 0 | 39 | 41 | 85 | 3A | 16 |
| Octal | 30 | 131 | 46 | 111 | 0 | 71 | 101 | 205 | 72 | 26 |
| Binary | 11000 | 1011001 | 100110 | 1001001 | 0 | 111001 | 1000001 | 10000101 | 111010 | 10110 |
Color Harmonies of #185926
Complementary color
Monochromatic Colors of #185926
Black with #185926
Text Example
Text Example
White with #185926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185926; }
p { color: rgb(24,89,38); }
H1.HeaderClassName
{
color: #185926;
}
.AnyTagClassName
{
color: #185926;
}
</style>
background-color css
<style>
a { background-color: #185926; }
a { background-color: rgb(24,89,38); }
div.DivClassName
{
background-color: #185926;
}
.BgClassName
{
background-color: #185926;
}
</style>
border-color css
<style>
span { border-color: #185926; }
span { border-color: rgb(24,89,38); }
td.TdClassName
{
border-color: #185926;
}
.TagClassName
{
border-color: #185926;
}
</style>