Shades of Crusoe #185229
Tints of Crusoe #185229
RGB
CMYK
RGB Variations
Color information
#185229 (or 0x185229) is known color: Crusoe. HEX triplet: 18, 52 and 29. RGB value is (24,82,41). Sum of RGB (Red+Green+Blue) = 24+82+41=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #185229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185229 is #E7ADD6. Grayscale: #3C3C3C. Windows color (decimal): -15183319 or 2707992. OLE color: 2707992.
HSL color Cylindrical-coordinate representation of color #185229: hue angle of 137.59º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185229 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 82 | 41 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.68 |
| HSL | 137.59º | 0.55% | 0.21% | - |
| HSV(B) | 137.59º | 0.71% | 0.32% | - |
| XYZ | 3.79 | 6.39 | 3.13 | - |
| YUV | 59.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 41 | 0.71 | 0 | 0.50 | 0.68 | 137.59 | 0.55 | 0.21 |
| Hex | 18 | 52 | 29 | 47 | 0 | 32 | 44 | 8A | 37 | 15 |
| Octal | 30 | 122 | 51 | 107 | 0 | 62 | 104 | 212 | 67 | 25 |
| Binary | 11000 | 1010010 | 101001 | 1000111 | 0 | 110010 | 1000100 | 10001010 | 110111 | 10101 |
Color Harmonies of #185229
Complementary color
Monochromatic Colors of #185229
Black with #185229
Text Example
Text Example
White with #185229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185229; }
p { color: rgb(24,82,41); }
H1.HeaderClassName
{
color: #185229;
}
.AnyTagClassName
{
color: #185229;
}
</style>
background-color css
<style>
a { background-color: #185229; }
a { background-color: rgb(24,82,41); }
div.DivClassName
{
background-color: #185229;
}
.BgClassName
{
background-color: #185229;
}
</style>
border-color css
<style>
span { border-color: #185229; }
span { border-color: rgb(24,82,41); }
td.TdClassName
{
border-color: #185229;
}
.TagClassName
{
border-color: #185229;
}
</style>