Shades of Crusoe #184E24
Tints of Crusoe #184E24
RGB
CMYK
RGB Variations
Color information
#184E24 (or 0x184E24) is known color: Crusoe. HEX triplet: 18, 4E and 24. RGB value is (24,78,36). Sum of RGB (Red+Green+Blue) = 24+78+36=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #184E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184E24 is #E7B1DB. Grayscale: #393939. Windows color (decimal): -15184348 or 2379288. OLE color: 2379288.
HSL color Cylindrical-coordinate representation of color #184E24: hue angle of 133.33º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #184E24 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 78 | 36 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.69 |
| HSL | 133.33º | 0.53% | 0.2% | - |
| HSV(B) | 133.33º | 0.69% | 0.31% | - |
| XYZ | 3.42 | 5.77 | 2.6 | - |
| YUV | 57.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 36 | 0.69 | 0 | 0.54 | 0.69 | 133.33 | 0.53 | 0.2 |
| Hex | 18 | 4E | 24 | 45 | 0 | 36 | 45 | 85 | 35 | 14 |
| Octal | 30 | 116 | 44 | 105 | 0 | 66 | 105 | 205 | 65 | 24 |
| Binary | 11000 | 1001110 | 100100 | 1000101 | 0 | 110110 | 1000101 | 10000101 | 110101 | 10100 |
Color Harmonies of #184E24
Complementary color
Monochromatic Colors of #184E24
Black with #184E24
Text Example
Text Example
White with #184E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E24; }
p { color: rgb(24,78,36); }
H1.HeaderClassName
{
color: #184E24;
}
.AnyTagClassName
{
color: #184E24;
}
</style>
background-color css
<style>
a { background-color: #184E24; }
a { background-color: rgb(24,78,36); }
div.DivClassName
{
background-color: #184E24;
}
.BgClassName
{
background-color: #184E24;
}
</style>
border-color css
<style>
span { border-color: #184E24; }
span { border-color: rgb(24,78,36); }
td.TdClassName
{
border-color: #184E24;
}
.TagClassName
{
border-color: #184E24;
}
</style>