Shades of Crusoe #185424
Tints of Crusoe #185424
RGB
CMYK
RGB Variations
Color information
#185424 (or 0x185424) is known color: Crusoe. HEX triplet: 18, 54 and 24. RGB value is (24,84,36). Sum of RGB (Red+Green+Blue) = 24+84+36=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #185424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185424 is #E7ABDB. Grayscale: #3C3C3C. Windows color (decimal): -15182812 or 2380824. OLE color: 2380824.
HSL color Cylindrical-coordinate representation of color #185424: hue angle of 132º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185424 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 84 | 36 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.67 |
| HSL | 132º | 0.56% | 0.21% | - |
| HSV(B) | 132º | 0.71% | 0.33% | - |
| XYZ | 3.87 | 6.66 | 2.75 | - |
| YUV | 60.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 36 | 0.71 | 0 | 0.57 | 0.67 | 132 | 0.56 | 0.21 |
| Hex | 18 | 54 | 24 | 47 | 0 | 39 | 43 | 84 | 38 | 15 |
| Octal | 30 | 124 | 44 | 107 | 0 | 71 | 103 | 204 | 70 | 25 |
| Binary | 11000 | 1010100 | 100100 | 1000111 | 0 | 111001 | 1000011 | 10000100 | 111000 | 10101 |
Color Harmonies of #185424
Complementary color
Monochromatic Colors of #185424
Black with #185424
Text Example
Text Example
White with #185424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185424; }
p { color: rgb(24,84,36); }
H1.HeaderClassName
{
color: #185424;
}
.AnyTagClassName
{
color: #185424;
}
</style>
background-color css
<style>
a { background-color: #185424; }
a { background-color: rgb(24,84,36); }
div.DivClassName
{
background-color: #185424;
}
.BgClassName
{
background-color: #185424;
}
</style>
border-color css
<style>
span { border-color: #185424; }
span { border-color: rgb(24,84,36); }
td.TdClassName
{
border-color: #185424;
}
.TagClassName
{
border-color: #185424;
}
</style>