Shades of Crusoe #185626
Tints of Crusoe #185626
RGB
CMYK
RGB Variations
Color information
#185626 (or 0x185626) is known color: Crusoe. HEX triplet: 18, 56 and 26. RGB value is (24,86,38). Sum of RGB (Red+Green+Blue) = 24+86+38=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 86 (33.98% from 255 or 58.11% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 86 - color contains mainly: green. Hex color #185626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185626 is #E7A9D9. Grayscale: #3E3E3E. Windows color (decimal): -15182298 or 2512408. OLE color: 2512408.
HSL color Cylindrical-coordinate representation of color #185626: hue angle of 133.55º 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 #185626 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 86 | 38 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.66 |
| HSL | 133.55º | 0.56% | 0.22% | - |
| HSV(B) | 133.55º | 0.72% | 0.34% | - |
| XYZ | 4.05 | 6.99 | 2.97 | - |
| YUV | 61.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 38 | 0.72 | 0 | 0.56 | 0.66 | 133.55 | 0.56 | 0.22 |
| Hex | 18 | 56 | 26 | 48 | 0 | 38 | 42 | 86 | 38 | 16 |
| Octal | 30 | 126 | 46 | 110 | 0 | 70 | 102 | 206 | 70 | 26 |
| Binary | 11000 | 1010110 | 100110 | 1001000 | 0 | 111000 | 1000010 | 10000110 | 111000 | 10110 |
Color Harmonies of #185626
Complementary color
Monochromatic Colors of #185626
Black with #185626
Text Example
Text Example
White with #185626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185626; }
p { color: rgb(24,86,38); }
H1.HeaderClassName
{
color: #185626;
}
.AnyTagClassName
{
color: #185626;
}
</style>
background-color css
<style>
a { background-color: #185626; }
a { background-color: rgb(24,86,38); }
div.DivClassName
{
background-color: #185626;
}
.BgClassName
{
background-color: #185626;
}
</style>
border-color css
<style>
span { border-color: #185626; }
span { border-color: rgb(24,86,38); }
td.TdClassName
{
border-color: #185626;
}
.TagClassName
{
border-color: #185626;
}
</style>