Shades of Crusoe #184F29
Tints of Crusoe #184F29
RGB
CMYK
RGB Variations
Color information
#184F29 (or 0x184F29) is known color: Crusoe. HEX triplet: 18, 4F and 29. RGB value is (24,79,41). Sum of RGB (Red+Green+Blue) = 24+79+41=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #184F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F29 is #E7B0D6. Grayscale: #3A3A3A. Windows color (decimal): -15184087 or 2707224. OLE color: 2707224.
HSL color Cylindrical-coordinate representation of color #184F29: hue angle of 138.55º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184F29 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 79 | 41 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.69 |
| HSL | 138.55º | 0.53% | 0.2% | - |
| HSV(B) | 138.55º | 0.7% | 0.31% | - |
| XYZ | 3.57 | 5.95 | 3.06 | - |
| YUV | 58.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 41 | 0.70 | 0 | 0.48 | 0.69 | 138.55 | 0.53 | 0.2 |
| Hex | 18 | 4F | 29 | 46 | 0 | 30 | 45 | 8B | 35 | 14 |
| Octal | 30 | 117 | 51 | 106 | 0 | 60 | 105 | 213 | 65 | 24 |
| Binary | 11000 | 1001111 | 101001 | 1000110 | 0 | 110000 | 1000101 | 10001011 | 110101 | 10100 |
Color Harmonies of #184F29
Complementary color
Monochromatic Colors of #184F29
Black with #184F29
Text Example
Text Example
White with #184F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F29; }
p { color: rgb(24,79,41); }
H1.HeaderClassName
{
color: #184F29;
}
.AnyTagClassName
{
color: #184F29;
}
</style>
background-color css
<style>
a { background-color: #184F29; }
a { background-color: rgb(24,79,41); }
div.DivClassName
{
background-color: #184F29;
}
.BgClassName
{
background-color: #184F29;
}
</style>
border-color css
<style>
span { border-color: #184F29; }
span { border-color: rgb(24,79,41); }
td.TdClassName
{
border-color: #184F29;
}
.TagClassName
{
border-color: #184F29;
}
</style>