Shades of Crusoe #185932
Tints of Crusoe #185932
RGB
CMYK
RGB Variations
Color information
#185932 (or 0x185932) is known color: Crusoe. HEX triplet: 18, 59 and 32. RGB value is (24,89,50). Sum of RGB (Red+Green+Blue) = 24+89+50=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #185932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185932 is #E7A6CD. Grayscale: #414141. Windows color (decimal): -15181518 or 3299608. OLE color: 3299608.
HSL color Cylindrical-coordinate representation of color #185932: hue angle of 144º 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 #185932 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 50 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.65 |
| HSL | 144º | 0.58% | 0.22% | - |
| HSV(B) | 144º | 0.73% | 0.35% | - |
| XYZ | 4.52 | 7.57 | 4.24 | - |
| YUV | 65.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 50 | 0.73 | 0 | 0.44 | 0.65 | 144 | 0.58 | 0.22 |
| Hex | 18 | 59 | 32 | 49 | 0 | 2C | 41 | 90 | 3A | 16 |
| Octal | 30 | 131 | 62 | 111 | 0 | 54 | 101 | 220 | 72 | 26 |
| Binary | 11000 | 1011001 | 110010 | 1001001 | 0 | 101100 | 1000001 | 10010000 | 111010 | 10110 |
Color Harmonies of #185932
Complementary color
Monochromatic Colors of #185932
Black with #185932
Text Example
Text Example
White with #185932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185932; }
p { color: rgb(24,89,50); }
H1.HeaderClassName
{
color: #185932;
}
.AnyTagClassName
{
color: #185932;
}
</style>
background-color css
<style>
a { background-color: #185932; }
a { background-color: rgb(24,89,50); }
div.DivClassName
{
background-color: #185932;
}
.BgClassName
{
background-color: #185932;
}
</style>
border-color css
<style>
span { border-color: #185932; }
span { border-color: rgb(24,89,50); }
td.TdClassName
{
border-color: #185932;
}
.TagClassName
{
border-color: #185932;
}
</style>