Shades of Crusoe #185C31
Tints of Crusoe #185C31
RGB
CMYK
RGB Variations
Color information
#185C31 (or 0x185C31) is known color: Crusoe. HEX triplet: 18, 5C and 31. RGB value is (24,92,49). Sum of RGB (Red+Green+Blue) = 24+92+49=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #185C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185C31 is #E7A3CE. Grayscale: #424242. Windows color (decimal): -15180751 or 3234840. OLE color: 3234840.
HSL color Cylindrical-coordinate representation of color #185C31: hue angle of 142.06º degrees, saturation: 0.59, 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 #185C31 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 92 | 49 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.64 |
| HSL | 142.06º | 0.59% | 0.23% | - |
| HSV(B) | 142.06º | 0.74% | 0.36% | - |
| XYZ | 4.76 | 8.07 | 4.21 | - |
| YUV | 66.77 | 117.97 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 49 | 0.74 | 0 | 0.47 | 0.64 | 142.06 | 0.59 | 0.23 |
| Hex | 18 | 5C | 31 | 4A | 0 | 2F | 40 | 8E | 3B | 17 |
| Octal | 30 | 134 | 61 | 112 | 0 | 57 | 100 | 216 | 73 | 27 |
| Binary | 11000 | 1011100 | 110001 | 1001010 | 0 | 101111 | 1000000 | 10001110 | 111011 | 10111 |
Color Harmonies of #185C31
Complementary color
Monochromatic Colors of #185C31
Black with #185C31
Text Example
Text Example
White with #185C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C31; }
p { color: rgb(24,92,49); }
H1.HeaderClassName
{
color: #185C31;
}
.AnyTagClassName
{
color: #185C31;
}
</style>
background-color css
<style>
a { background-color: #185C31; }
a { background-color: rgb(24,92,49); }
div.DivClassName
{
background-color: #185C31;
}
.BgClassName
{
background-color: #185C31;
}
</style>
border-color css
<style>
span { border-color: #185C31; }
span { border-color: rgb(24,92,49); }
td.TdClassName
{
border-color: #185C31;
}
.TagClassName
{
border-color: #185C31;
}
</style>