Shades of Crusoe #185532
Tints of Crusoe #185532
RGB
CMYK
RGB Variations
Color information
#185532 (or 0x185532) is known color: Crusoe. HEX triplet: 18, 55 and 32. RGB value is (24,85,50). Sum of RGB (Red+Green+Blue) = 24+85+50=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #185532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185532 is #E7AACD. Grayscale: #3E3E3E. Windows color (decimal): -15182542 or 3298584. OLE color: 3298584.
HSL color Cylindrical-coordinate representation of color #185532: hue angle of 145.57º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185532 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 50 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.67 |
| HSL | 145.57º | 0.56% | 0.21% | - |
| HSV(B) | 145.57º | 0.72% | 0.33% | - |
| XYZ | 4.2 | 6.92 | 4.13 | - |
| YUV | 62.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 50 | 0.72 | 0 | 0.41 | 0.67 | 145.57 | 0.56 | 0.21 |
| Hex | 18 | 55 | 32 | 48 | 0 | 29 | 43 | 92 | 38 | 15 |
| Octal | 30 | 125 | 62 | 110 | 0 | 51 | 103 | 222 | 70 | 25 |
| Binary | 11000 | 1010101 | 110010 | 1001000 | 0 | 101001 | 1000011 | 10010010 | 111000 | 10101 |
Color Harmonies of #185532
Complementary color
Monochromatic Colors of #185532
Black with #185532
Text Example
Text Example
White with #185532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185532; }
p { color: rgb(24,85,50); }
H1.HeaderClassName
{
color: #185532;
}
.AnyTagClassName
{
color: #185532;
}
</style>
background-color css
<style>
a { background-color: #185532; }
a { background-color: rgb(24,85,50); }
div.DivClassName
{
background-color: #185532;
}
.BgClassName
{
background-color: #185532;
}
</style>
border-color css
<style>
span { border-color: #185532; }
span { border-color: rgb(24,85,50); }
td.TdClassName
{
border-color: #185532;
}
.TagClassName
{
border-color: #185532;
}
</style>