Shades of Crusoe #184F22
Tints of Crusoe #184F22
RGB
CMYK
RGB Variations
Color information
#184F22 (or 0x184F22) is known color: Crusoe. HEX triplet: 18, 4F and 22. RGB value is (24,79,34). Sum of RGB (Red+Green+Blue) = 24+79+34=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #184F22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F22 is #E7B0DD. Grayscale: #393939. Windows color (decimal): -15184094 or 2248472. OLE color: 2248472.
HSL color Cylindrical-coordinate representation of color #184F22: hue angle of 130.91º 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 #184F22 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 79 | 34 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.69 |
| HSL | 130.91º | 0.53% | 0.2% | - |
| HSV(B) | 130.91º | 0.7% | 0.31% | - |
| XYZ | 3.46 | 5.9 | 2.47 | - |
| YUV | 57.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 34 | 0.70 | 0 | 0.57 | 0.69 | 130.91 | 0.53 | 0.2 |
| Hex | 18 | 4F | 22 | 46 | 0 | 39 | 45 | 83 | 35 | 14 |
| Octal | 30 | 117 | 42 | 106 | 0 | 71 | 105 | 203 | 65 | 24 |
| Binary | 11000 | 1001111 | 100010 | 1000110 | 0 | 111001 | 1000101 | 10000011 | 110101 | 10100 |
Color Harmonies of #184F22
Complementary color
Monochromatic Colors of #184F22
Black with #184F22
Text Example
Text Example
White with #184F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F22; }
p { color: rgb(24,79,34); }
H1.HeaderClassName
{
color: #184F22;
}
.AnyTagClassName
{
color: #184F22;
}
</style>
background-color css
<style>
a { background-color: #184F22; }
a { background-color: rgb(24,79,34); }
div.DivClassName
{
background-color: #184F22;
}
.BgClassName
{
background-color: #184F22;
}
</style>
border-color css
<style>
span { border-color: #184F22; }
span { border-color: rgb(24,79,34); }
td.TdClassName
{
border-color: #184F22;
}
.TagClassName
{
border-color: #184F22;
}
</style>