Shades of Crusoe #185B24
Tints of Crusoe #185B24
RGB
CMYK
RGB Variations
Color information
#185B24 (or 0x185B24) is known color: Crusoe. HEX triplet: 18, 5B and 24. RGB value is (24,91,36). Sum of RGB (Red+Green+Blue) = 24+91+36=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 91 (35.94% from 255 or 60.26% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 91 - color contains mainly: green. Hex color #185B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B24 is #E7A4DB. Grayscale: #404040. Windows color (decimal): -15181020 or 2382616. OLE color: 2382616.
HSL color Cylindrical-coordinate representation of color #185B24: hue angle of 130.75º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B24 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 36 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.64 |
| HSL | 130.75º | 0.58% | 0.23% | - |
| HSV(B) | 130.75º | 0.74% | 0.36% | - |
| XYZ | 4.44 | 7.8 | 2.94 | - |
| YUV | 64.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 36 | 0.74 | 0 | 0.60 | 0.64 | 130.75 | 0.58 | 0.23 |
| Hex | 18 | 5B | 24 | 4A | 0 | 3C | 40 | 83 | 3A | 17 |
| Octal | 30 | 133 | 44 | 112 | 0 | 74 | 100 | 203 | 72 | 27 |
| Binary | 11000 | 1011011 | 100100 | 1001010 | 0 | 111100 | 1000000 | 10000011 | 111010 | 10111 |
Color Harmonies of #185B24
Complementary color
Monochromatic Colors of #185B24
Black with #185B24
Text Example
Text Example
White with #185B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B24; }
p { color: rgb(24,91,36); }
H1.HeaderClassName
{
color: #185B24;
}
.AnyTagClassName
{
color: #185B24;
}
</style>
background-color css
<style>
a { background-color: #185B24; }
a { background-color: rgb(24,91,36); }
div.DivClassName
{
background-color: #185B24;
}
.BgClassName
{
background-color: #185B24;
}
</style>
border-color css
<style>
span { border-color: #185B24; }
span { border-color: rgb(24,91,36); }
td.TdClassName
{
border-color: #185B24;
}
.TagClassName
{
border-color: #185B24;
}
</style>