Shades of Crusoe #184E23
Tints of Crusoe #184E23
RGB
CMYK
RGB Variations
Color information
#184E23 (or 0x184E23) is known color: Crusoe. HEX triplet: 18, 4E and 23. RGB value is (24,78,35). Sum of RGB (Red+Green+Blue) = 24+78+35=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 78 (30.86% from 255 or 56.93% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 78 - color contains mainly: green. Hex color #184E23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184E23 is #E7B1DC. Grayscale: #393939. Windows color (decimal): -15184349 or 2313752. OLE color: 2313752.
HSL color Cylindrical-coordinate representation of color #184E23: hue angle of 132.22º 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 #184E23 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 78 | 35 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.69 |
| HSL | 132.22º | 0.53% | 0.2% | - |
| HSV(B) | 132.22º | 0.69% | 0.31% | - |
| XYZ | 3.4 | 5.76 | 2.52 | - |
| YUV | 56.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 35 | 0.69 | 0 | 0.55 | 0.69 | 132.22 | 0.53 | 0.2 |
| Hex | 18 | 4E | 23 | 45 | 0 | 37 | 45 | 84 | 35 | 14 |
| Octal | 30 | 116 | 43 | 105 | 0 | 67 | 105 | 204 | 65 | 24 |
| Binary | 11000 | 1001110 | 100011 | 1000101 | 0 | 110111 | 1000101 | 10000100 | 110101 | 10100 |
Color Harmonies of #184E23
Complementary color
Monochromatic Colors of #184E23
Black with #184E23
Text Example
Text Example
White with #184E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E23; }
p { color: rgb(24,78,35); }
H1.HeaderClassName
{
color: #184E23;
}
.AnyTagClassName
{
color: #184E23;
}
</style>
background-color css
<style>
a { background-color: #184E23; }
a { background-color: rgb(24,78,35); }
div.DivClassName
{
background-color: #184E23;
}
.BgClassName
{
background-color: #184E23;
}
</style>
border-color css
<style>
span { border-color: #184E23; }
span { border-color: rgb(24,78,35); }
td.TdClassName
{
border-color: #184E23;
}
.TagClassName
{
border-color: #184E23;
}
</style>