Shades of Crusoe #185930
Tints of Crusoe #185930
RGB
CMYK
RGB Variations
Color information
#185930 (or 0x185930) is known color: Crusoe. HEX triplet: 18, 59 and 30. RGB value is (24,89,48). Sum of RGB (Red+Green+Blue) = 24+89+48=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #185930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185930 is #E7A6CF. Grayscale: #404040. Windows color (decimal): -15181520 or 3168536. OLE color: 3168536.
HSL color Cylindrical-coordinate representation of color #185930: hue angle of 142.15º 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 #185930 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 48 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.65 |
| HSL | 142.15º | 0.58% | 0.22% | - |
| HSV(B) | 142.15º | 0.73% | 0.35% | - |
| XYZ | 4.48 | 7.55 | 4.02 | - |
| YUV | 64.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 48 | 0.73 | 0 | 0.46 | 0.65 | 142.15 | 0.58 | 0.22 |
| Hex | 18 | 59 | 30 | 49 | 0 | 2E | 41 | 8E | 3A | 16 |
| Octal | 30 | 131 | 60 | 111 | 0 | 56 | 101 | 216 | 72 | 26 |
| Binary | 11000 | 1011001 | 110000 | 1001001 | 0 | 101110 | 1000001 | 10001110 | 111010 | 10110 |
Color Harmonies of #185930
Complementary color
Monochromatic Colors of #185930
Black with #185930
Text Example
Text Example
White with #185930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185930; }
p { color: rgb(24,89,48); }
H1.HeaderClassName
{
color: #185930;
}
.AnyTagClassName
{
color: #185930;
}
</style>
background-color css
<style>
a { background-color: #185930; }
a { background-color: rgb(24,89,48); }
div.DivClassName
{
background-color: #185930;
}
.BgClassName
{
background-color: #185930;
}
</style>
border-color css
<style>
span { border-color: #185930; }
span { border-color: rgb(24,89,48); }
td.TdClassName
{
border-color: #185930;
}
.TagClassName
{
border-color: #185930;
}
</style>