Shades of Crusoe #184F24
Tints of Crusoe #184F24
RGB
CMYK
RGB Variations
Color information
#184F24 (or 0x184F24) is known color: Crusoe. HEX triplet: 18, 4F and 24. RGB value is (24,79,36). Sum of RGB (Red+Green+Blue) = 24+79+36=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 79 (31.25% from 255 or 56.83% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 79 - color contains mainly: green. Hex color #184F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F24 is #E7B0DB. Grayscale: #393939. Windows color (decimal): -15184092 or 2379544. OLE color: 2379544.
HSL color Cylindrical-coordinate representation of color #184F24: hue angle of 133.09º 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 #184F24 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 79 | 36 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.69 |
| HSL | 133.09º | 0.53% | 0.2% | - |
| HSV(B) | 133.09º | 0.7% | 0.31% | - |
| XYZ | 3.49 | 5.91 | 2.63 | - |
| YUV | 57.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 36 | 0.70 | 0 | 0.54 | 0.69 | 133.09 | 0.53 | 0.2 |
| Hex | 18 | 4F | 24 | 46 | 0 | 36 | 45 | 85 | 35 | 14 |
| Octal | 30 | 117 | 44 | 106 | 0 | 66 | 105 | 205 | 65 | 24 |
| Binary | 11000 | 1001111 | 100100 | 1000110 | 0 | 110110 | 1000101 | 10000101 | 110101 | 10100 |
Color Harmonies of #184F24
Complementary color
Monochromatic Colors of #184F24
Black with #184F24
Text Example
Text Example
White with #184F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F24; }
p { color: rgb(24,79,36); }
H1.HeaderClassName
{
color: #184F24;
}
.AnyTagClassName
{
color: #184F24;
}
</style>
background-color css
<style>
a { background-color: #184F24; }
a { background-color: rgb(24,79,36); }
div.DivClassName
{
background-color: #184F24;
}
.BgClassName
{
background-color: #184F24;
}
</style>
border-color css
<style>
span { border-color: #184F24; }
span { border-color: rgb(24,79,36); }
td.TdClassName
{
border-color: #184F24;
}
.TagClassName
{
border-color: #184F24;
}
</style>